Changeset 91349 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/medium/UIFDCreationDialog.h
- Timestamp:
- Sep 23, 2021 12:01:00 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147016
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIFDCreationDialog.h
r90453 r91349 68 68 /** Handles signal about @a comMedium was created. */ 69 69 void sltHandleMediumCreated(const CMedium &comMedium); 70 void sltPathChanged(const QString &strPath); 70 71 71 72 private: … … 86 87 /** Returns default file-path. */ 87 88 QString getDefaultFilePath() const; 89 /** Returns false if the file is already exists. */ 90 bool checkFilePath(const QString &strPath) const; 88 91 89 92 /** Holds the default folder. */
Note:
See TracChangeset
for help on using the changeset viewer.