VirtualBox

Changeset 28495 in vbox


Ignore:
Timestamp:
Apr 19, 2010 7:11:03 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: new core: no ifdef in the end comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp

    r28457 r28495  
    179179                             * to let menubar operate while popped up: */
    180180                            pMenuBar->setFocus();
    181 #endif /* ifdef Q_WS_WIN */
     181#endif /* Q_WS_WIN */
    182182
    183183                            /* Accept this event: */
     
    205205#ifdef Q_WS_WIN
    206206    QMenuBar *pMenuBar = pMainDialog ? pMainDialog->menuBar() : 0;
    207 #endif /* ifdef Q_WS_WIN */
     207#endif /* Q_WS_WIN */
    208208
    209209    if (pWatched != 0 && pWatched == pMainDialog)
     
    255255        }
    256256    }
    257 #endif /* ifdef Q_WS_WIN */
     257#endif /* Q_WS_WIN */
    258258
    259259    return UIMachineView::eventFilter(pWatched, pEvent);
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