Changeset 47755 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 15, 2013 11:56:00 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88011
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.cpp
r47693 r47755 276 276 connect(pPopupStack, SIGNAL(sigPopupPaneDone(QString, int)), this, SLOT(sltPopupPaneDone(QString, int))); 277 277 connect(pPopupStack, SIGNAL(sigRemove(QString)), this, SLOT(sltRemovePopupStack(QString))); 278 /* Show popup-stack: */279 showPopupStack(pParent);280 278 } 281 279 … … 299 297 buttonDescriptions, fProposeAutoConfirmation); 300 298 } 299 300 /* Show popup-stack: */ 301 showPopupStack(pParent); 301 302 } 302 303
Note:
See TracChangeset
for help on using the changeset viewer.