- Timestamp:
- Dec 3, 2008 1:31:28 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleWnd.h
r14478 r14941 69 69 70 70 bool openView (const CSession &session); 71 void closeView();72 71 73 72 void refreshView(); … … 111 110 112 111 protected slots: 112 113 void closeView(); 113 114 114 115 private: -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r14913 r14941 1543 1543 vboxGlobal().selectorWnd().show(); 1544 1544 #endif 1545 closeView();1545 QTimer::singleShot (0, this, SLOT (closeView())); 1546 1546 } 1547 1547
Note:
See TracChangeset
for help on using the changeset viewer.