- Timestamp:
- Feb 24, 2010 3:04:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h
r26730 r26752 65 65 //void setMachineViewFinalized(bool fTrue = true) { m_bIsMachineWindowResizeIgnored = !fTrue; } 66 66 67 #if defined(Q_WS_MAC) 68 void updateDockIcon(); 69 void updateDockOverlay(); 70 void setMouseCoalescingEnabled(bool aOn); 71 void setDockIconEnabled(bool aOn) { mDockIconEnabled = aOn; }; 72 73 const QPixmap& pauseShot() const { return mPausedShot; } 74 #endif 75 67 76 signals: 68 77 … … 209 218 210 219 static void dimImage(QImage &img); 211 212 #if defined(Q_WS_MAC)213 void updateDockIcon();214 void updateDockOverlay();215 void setMouseCoalescingEnabled(bool aOn);216 void setDockIconEnabled(bool aOn) { mDockIconEnabled = aOn; };217 218 const QPixmap& pauseShot() const { return mPausedShot; }219 #endif220 220 221 221 /* Private members: */
Note:
See TracChangeset
for help on using the changeset viewer.