Changeset 12465 in vbox
- Timestamp:
- Sep 15, 2008 3:19:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgStats.h
r12183 r12465 40 40 # include <qcombobox.h> 41 41 # include <qpopupmenu.h> 42 #endif 42 #endif 43 43 44 44 class VBoxDbgStats; … … 123 123 return QListViewItem::key(iColumn, fAscending); 124 124 } 125 #endif 125 #endif 126 126 127 127 /** … … 153 153 return !isHidden(); 154 154 } 155 #endif 155 #endif 156 156 157 157 protected: … … 379 379 * spinbutton, and the tree view with the statistics. 380 380 */ 381 class VBoxDbgStats : 381 class VBoxDbgStats : 382 382 #ifdef VBOXDBG_USE_QT4 383 public QWidget, 383 public QWidget, 384 384 #else 385 public QVBox, 386 #endif 385 public QVBox, 386 #endif 387 387 public VBoxDbgBase 388 388 {
Note:
See TracChangeset
for help on using the changeset viewer.