src/widgets.cpp

changeset 498
791c831c8020
parent 494
bd005c78a089
--- a/src/widgets.cpp	Sat Oct 05 12:51:13 2013 +0300
+++ b/src/widgets.cpp	Sat Oct 05 15:18:47 2013 +0300
@@ -124,7 +124,7 @@
 
 // =============================================================================
 // -----------------------------------------------------------------------------
-void RadioGroup::setCurrentRow (uint row)
+void RadioGroup::setCurrentRow (int row)
 {	m_currentLayout = m_layouts[row];
 }
 
@@ -142,7 +142,7 @@
 
 // =============================================================================
 // -----------------------------------------------------------------------------
-QRadioButton* RadioGroup::operator[] (uint n) const
+QRadioButton* RadioGroup::operator[] (int n) const
 {	return m_objects[n];
 }
 

mercurial