Changeset 34814 in vbox for trunk/src/VBox
- Timestamp:
- Dec 7, 2010 7:11:34 PM (14 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp
r34809 r34814 416 416 .arg (aPath)); 417 417 } 418 #endif 418 419 419 420 void VBoxProblemReporter::cannotOpenLicenseFile (QWidget *aParent, … … 426 427 .arg (aPath)); 427 428 } 428 #endif429 429 430 430 void VBoxProblemReporter::cannotOpenURL (const QString &aURL) -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.h
r34806 r34814 156 156 #ifdef Q_WS_X11 157 157 void cannotFindLicenseFiles (const QString &aPath); 158 #endif 158 159 void cannotOpenLicenseFile (QWidget *aParent, const QString &aPath); 159 #endif160 160 161 161 void cannotOpenURL (const QString &aURL);
Note:
See TracChangeset
for help on using the changeset viewer.