Changeset 6424 for trunk/qt4-gui/src/core/licqgui.h
- Timestamp:
- 07/04/08 23:12:17 (5 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/core/licqgui.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/core/licqgui.h
r6319 r6424 134 134 * @param ppid Contact protocol id 135 135 * @param convoId Conversation id 136 */ 137 UserEventCommon* showEventDialog(int fcn, QString id, unsigned long ppid, int convoId = -1); 136 * @param autoPopup True if the dialog was triggered automatically, false if triggered by the user 137 */ 138 UserEventCommon* showEventDialog(int fcn, QString id, unsigned long ppid, int convoId = -1, bool autoPopup = false); 138 139 139 140 /**
