Changeset 90960 in vbox for trunk/src/VBox
- Timestamp:
- Aug 27, 2021 3:09:26 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146599
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIManagerDialog.h
r88986 r90960 95 95 /** Notifies listeners about dialog should be closed. */ 96 96 void sigClose(); 97 /** Emitted when help botton is pressed. Listerners use @param strHelpKeyword to find related98 * section in the manual and show it. */97 /** Notifies listeners about help requested. 98 * @param strHelpKeyword Brings the tag to find related section in the manual. */ 99 99 void sigHelpRequested(const QString &strHelpKeyword); 100 100 … … 160 160 private slots: 161 161 162 /** Possbily connected to QDialogBox::helpRequested signal and is used to emit sigHelpRequired 163 * with a proper help tag. */ 162 /** Handles help request. */ 164 163 void sltHandleHelpRequested(); 165 164
Note:
See TracChangeset
for help on using the changeset viewer.