Changeset 21842 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
- Timestamp:
- Jul 28, 2009 1:44:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r20200 r21842 37 37 #include <QDialog> 38 38 #include <QMenu> 39 #include <QPointer> 39 40 40 41 #ifdef VBOX_WITH_DEBUGGER_GUI … … 377 378 bool mIsWaitingModeResize : 1; 378 379 bool was_max : 1; 379 Q ObjectList hidden_children;380 QList < QPointer <QWidget> > mHiddenChildren; 380 381 int console_style; 381 382 QPalette mErasePalette;
Note:
See TracChangeset
for help on using the changeset viewer.