Changeset 6297 for trunk/qt4-gui/src/widgets/groupcombobox.h
- Timestamp:
- 06/14/08 09:13:31 (7 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/widgets/groupcombobox.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/widgets/groupcombobox.h
r6289 r6297 32 32 33 33 public: 34 GroupComboBox( QWidget* parent = 0);34 GroupComboBox(bool withAllUsers = false, QWidget* parent = NULL); 35 35 36 36 unsigned short currentGroupId() const;
