Changeset 41433 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 24, 2012 1:10:19 PM (13 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/net
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManager.cpp
r41235 r41433 782 782 } 783 783 784 #if 0785 /* Downloader creation notificator: */786 void UINetworkManager::notifyDownloaderCreated(UIDownloadType downloaderType)787 {788 emit sigDownloaderCreated(downloaderType);789 }790 #endif791 792 784 /* Slot to handle network-request progress: */ 793 785 void UINetworkManager::sltHandleNetworkRequestProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal) -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManager.h
r40152 r41433 126 126 void sigCancelNetworkRequests(); 127 127 128 #if 0129 /* Signal to notify listeners about downloader creation: */130 void sigDownloaderCreated(UIDownloadType downloaderType);131 #endif132 133 128 public: 134 129 … … 176 171 void cleanupNetworkRequests(); 177 172 178 #if 0179 /* Downloader creation notification: */180 void notifyDownloaderCreated(UIDownloadType downloaderType);181 #endif182 183 173 private slots: 184 174
Note:
See TracChangeset
for help on using the changeset viewer.