Changeset 99972 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 25, 2023 10:08:37 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserDialog.h
r99946 r99972 50 50 public: 51 51 52 53 /** A passthru function for QHelpIndexWidget::showHelpForKeyword. */54 void showHelpForKeyword(const QString &strKeyword);55 56 52 static void findManualFileAndShow(const QString &strKeyword = QString()); 57 53 … … 90 86 static void showUserManual(const QString &strHelpFilePath, const QString &strKeyword); 91 87 88 /** A passthru function for QHelpIndexWidget::showHelpForKeyword. */ 89 void showHelpForKeyword(const QString &strKeyword); 90 92 91 QString m_strHelpFilePath; 93 92 UIHelpBrowserWidget *m_pWidget;
Note:
See TracChangeset
for help on using the changeset viewer.