Changeset 47614 in vbox
- Timestamp:
- Aug 8, 2013 12:42:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.cpp
r47612 r47614 124 124 /* The progress dialog will be shown automatically after 125 125 * the duration is over if progress is not finished yet. */ 126 QTimer::singleShot(cMinDuration, this, SLOT(show Dialog()));126 QTimer::singleShot(cMinDuration, this, SLOT(show())); 127 127 } 128 128
Note:
See TracChangeset
for help on using the changeset viewer.