Changeset 99903 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 22, 2023 2:32:52 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157546
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r99880 r99903 2375 2375 } 2376 2376 2377 void UIMessageCenter::showHelpBrowser(const QString &strHelpFilePath, QWidget *pParent /* = 0 */) 2378 { 2379 Q_UNUSED(pParent); 2377 void UIMessageCenter::showHelpBrowser(const QString &strHelpFilePath) 2378 { 2380 2379 #if defined(VBOX_WITH_DOCS_QHELP) 2381 2380 if (!QFileInfo(strHelpFilePath).exists()) -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h
r98642 r99903 527 527 528 528 /// @todo move it away .. 529 void showHelpBrowser(const QString &strHelpFilePath , QWidget *pParent = 0);529 void showHelpBrowser(const QString &strHelpFilePath); 530 530 531 531 /** Holds the list of shown warnings. */
Note:
See TracChangeset
for help on using the changeset viewer.