VirtualBox

Ignore:
Timestamp:
Jun 20, 2012 1:33:01 PM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: Some UISelectorWindow cleanup.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/selector
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp

    r41689 r41846  
    11631163    while (0);
    11641164}
    1165 
    1166 #if 0
    1167 void UISelectorWindow::sltEmbedDownloader(UIDownloadType downloaderType)
    1168 {
    1169     switch (downloaderType)
    1170     {
    1171         case UIDownloadType_UserManual:
    1172         {
    1173             if (UIDownloaderUserManual *pDl = UIDownloaderUserManual::current())
    1174                 statusBar()->addWidget(pDl->progressWidget(this), 0);
    1175             break;
    1176         }
    1177         case UIDownloadType_ExtensionPack:
    1178         {
    1179             if (UIDownloaderExtensionPack *pDl = UIDownloaderExtensionPack::current())
    1180                 statusBar()->addWidget(pDl->progressWidget(this), 0);
    1181             break;
    1182         }
    1183         default:
    1184             break;
    1185     }
    1186 }
    1187 #endif
    11881165
    11891166void UISelectorWindow::retranslateUi()
     
    15901567    connect(&vboxGlobal(), SIGNAL(mediumEnumStarted()), this, SLOT(sltMediumEnumerationStarted()));
    15911568    connect(&vboxGlobal(), SIGNAL(mediumEnumFinished(const VBoxMediaList &)), this, SLOT(sltMediumEnumFinished(const VBoxMediaList &)));
    1592 
    1593 #if 0
    1594     /* Network manager connections: */
    1595     connect(gNetworkManager, SIGNAL(sigDownloaderCreated(UIDownloadType)), this, SLOT(sltEmbedDownloader(UIDownloadType)));
    1596 #endif
    15971569
    15981570    /* Menu-bar connections: */
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.h

    r41615 r41846  
    127127    void sltMediumEnumFinished(const VBoxMediaList &mediumList);
    128128
    129 #if 0
    130     /* Downloading handler: */
    131     void sltEmbedDownloader(UIDownloadType downloaderType);
    132 #endif
    133 
    134129private:
    135130
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