Changeset 27752 in vbox for trunk/src/VBox
- Timestamp:
- Mar 26, 2010 3:40:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloader.h
r27401 r27752 92 92 UIDownloader(); 93 93 94 v oid setSource(const QString &strSource);95 QString source() const;96 v oid setTarget(const QString &strTarget);97 QString target() const;94 virtual void setSource(const QString &strSource); 95 virtual QString source() const; 96 virtual void setTarget(const QString &strTarget); 97 virtual QString target() const; 98 98 99 99 virtual void startDownload() = 0; 100 100 101 101 signals: 102 102 103 void sigDownloadProcess(int cDone, int cTotal); 103 104 void sigFinished();
Note:
See TracChangeset
for help on using the changeset viewer.