Changeset 6322 for trunk/qt4-gui/src/core/mainwin.h
- Timestamp:
- 06/17/08 03:18:28 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/core/mainwin.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/core/mainwin.h
r6222 r6322 136 136 void updateEvents(); 137 137 void updateStatus(CICQSignal* = NULL); 138 void setCurrentGroup(int); 138 139 /** 140 * Groups combo box was changed to show a new group 141 * 142 * @param index Combo box index of selected item 143 */ 144 void setCurrentGroup(int index); 145 139 146 //TODO 140 147 //void callUserFunction(QString id, unsigned long ppid);
