- Timestamp:
- Sep 28, 2020 3:34:56 PM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/widgets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.cpp
r86206 r86325 650 650 connect(m_pEventHandler, &UIProgressEventHandler::sigProgressTaskComplete, 651 651 this, &UIProgress::sltHandleProgressTaskComplete); 652 connect(m_pEventHandler, &UIProgressEventHandler::sigHandlingFinished, 653 this, &UIProgress::sigProgressEventHandlingFinished); 652 654 } 653 655 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.h
r86321 r86325 197 197 void sigProgressComplete(); 198 198 199 /** Notifies listeners about CProgress event handling finished. */ 200 void sigProgressEventHandlingFinished(); 201 199 202 public: 200 203
Note:
See TracChangeset
for help on using the changeset viewer.