VirtualBox

Changeset 27752 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 26, 2010 3:40:19 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: UIDownloader little cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloader.h

    r27401 r27752  
    9292    UIDownloader();
    9393
    94     void setSource(const QString &strSource);
    95     QString source() const;
    96     void 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;
    9898
    9999    virtual void startDownload() = 0;
    100100
    101101signals:
     102
    102103    void sigDownloadProcess(int cDone, int cTotal);
    103104    void sigFinished();
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette