Changeset 52594 in vbox
- Timestamp:
- Sep 4, 2014 1:12:10 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95869
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISlidingToolBar.cpp
r52593 r52594 264 264 } 265 265 266 #ifdef Q_WS_MAC 266 267 bool UISlidingToolBar::event(QEvent *pEvent) 267 268 { … … 285 286 return QWidget::event(pEvent); 286 287 } 288 #endif /* Q_WS_MAC */ 287 289 288 290 void UISlidingToolBar::setWidgetGeometry(const QRect &rect) -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISlidingToolBar.h
r52593 r52594 93 93 /** Close event handler. */ 94 94 virtual void closeEvent(QCloseEvent *pEvent); 95 #ifdef Q_WS_MAC 95 96 /** Common event handler. */ 96 97 virtual bool event(QEvent *pEvent); 98 #endif /* Q_WS_MAC */ 97 99 98 100 /** Defines mdi-sub-window geometry. */
Note:
See TracChangeset
for help on using the changeset viewer.