VirtualBox

Changeset 26752 in vbox for trunk/src


Ignore:
Timestamp:
Feb 24, 2010 3:04:56 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4-OSX: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h

    r26730 r26752  
    6565    //void setMachineViewFinalized(bool fTrue = true) { m_bIsMachineWindowResizeIgnored = !fTrue; }
    6666
     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
    6776signals:
    6877
     
    209218
    210219    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 #endif
    220220
    221221    /* Private members: */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette