VirtualBox

Changeset 90605 in vbox


Ignore:
Timestamp:
Aug 10, 2021 3:43:06 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10067: Tiny cleanup for UINotificationObjects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/notificationcenter/UINotificationObjects.h

    r90590 r90605  
    11421142    static bool exists();
    11431143
    1144     /** Destructs extension pack downloading notification-progress.
     1144    /** Destructs extension pack downloading notification-downloader.
    11451145      * @note  Notification-center can destroy us at any time. */
    11461146    virtual ~UINotificationDownloaderExtensionPack() /* override final */;
     
    11481148protected:
    11491149
    1150     /** Constructs extension pack downloading notification-progress.
     1150    /** Constructs extension pack downloading notification-downloader.
    11511151      * @param  strPackName  Brings the package name. */
    11521152    UINotificationDownloaderExtensionPack(const QString &strPackName);
     
    11561156    /** Returns object details. */
    11571157    virtual QString details() const /* override final */;
    1158     /** Creates and returns started progress-wrapper. */
     1158    /** Creates and returns started downloader. */
    11591159    virtual UIDownloader *createDownloader() /* override final */;
    11601160
     
    11871187    static bool exists();
    11881188
    1189     /** Destructs guest additions downloading notification-progress.
     1189    /** Destructs guest additions downloading notification-downloader.
    11901190      * @note  Notification-center can destroy us at any time. */
    11911191    virtual ~UINotificationDownloaderGuestAdditions() /* override final */;
     
    11931193protected:
    11941194
    1195     /** Constructs guest additions downloading notification-progress.
     1195    /** Constructs guest additions downloading notification-downloader.
    11961196      * @param  strFileName  Brings the file name. */
    11971197    UINotificationDownloaderGuestAdditions(const QString &strFileName);
     
    12011201    /** Returns object details. */
    12021202    virtual QString details() const /* override final */;
    1203     /** Creates and returns started progress-wrapper. */
     1203    /** Creates and returns started downloader. */
    12041204    virtual UIDownloader *createDownloader() /* override final */;
    12051205
     
    12321232    static bool exists();
    12331233
    1234     /** Destructs user manual downloading notification-progress.
     1234    /** Destructs user manual downloading notification-downloader.
    12351235      * @note  Notification-center can destroy us at any time. */
    12361236    virtual ~UINotificationDownloaderUserManual() /* override final */;
     
    12381238protected:
    12391239
    1240     /** Constructs user manual downloading notification-progress.
     1240    /** Constructs user manual downloading notification-downloader.
    12411241      * @param  strFileName  Brings the file name. */
    12421242    UINotificationDownloaderUserManual(const QString &strFileName);
     
    12461246    /** Returns object details. */
    12471247    virtual QString details() const /* override final */;
    1248     /** Creates and returns started progress-wrapper. */
     1248    /** Creates and returns started downloader. */
    12491249    virtual UIDownloader *createDownloader() /* override final */;
    12501250
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