Changeset 7610 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
- Timestamp:
- Mar 27, 2008 10:48:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
r7512 r7610 167 167 168 168 void viewportPaintEvent( QPaintEvent * ); 169 #ifdef VBOX_GUI_USE_REFRESH_TIMER170 void timerEvent( QTimerEvent * );171 #endif172 169 173 170 void captureKbd (bool aCapture, bool aEmitSignal = true); … … 263 260 #endif 264 261 265 #if defined (VBOX_GUI_USE_REFRESH_TIMER)266 QPixmap pm;267 int tid; /**< Timer id */268 #endif269 270 262 VBoxFrameBuffer *mFrameBuf; 271 263 CConsoleCallback mCallback;
Note:
See TracChangeset
for help on using the changeset viewer.