Changeset 18402 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Mar 27, 2009 2:52:23 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45203
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h
r18132 r18402 138 138 { 139 139 return messageOkCancel (aParent, aType, aMessage, QString::null, 140 aAutoConfirmId, aOkText, aCancelText); 141 } 140 aAutoConfirmId, aOkText, aCancelText); } 142 141 143 142 bool showModalProgressDialog (CProgress &aProgress, const QString &aTitle, … … 148 147 /* Generic problem handlers */ 149 148 bool askForOverridingFileIfExists (const QString& path, QWidget *aParent = NULL) const; 150 bool askForOverridingFilesIfExists (const QStringList& aPaths, QWidget *aParent /* = NULL */) const; 149 bool askForOverridingFilesIfExists (const QStringList& aPaths, QWidget *aParent = NULL) const; 150 151 void cannotDeleteFile (const QString& path, QWidget *aParent = NULL) const; 151 152 152 153 /* Special problem handlers */
Note:
See TracChangeset
for help on using the changeset viewer.