VirtualBox

Changeset 63323 in vbox


Ignore:
Timestamp:
Aug 11, 2016 11:18:01 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109957
Message:

QtGui: warnings

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r63318 r63323  
    46754675        return true;
    46764676
    4677 #if defined (VBOX_WS_WIN) || defined (VBOX_WS_X11)
     4677#if defined(VBOX_WS_WIN) || defined(VBOX_WS_X11)
    46784678
    46794679    return vboxGlobal().activateWindow(id, true);
    46804680
    4681 #elif defined (VBOX_WS_MAC)
     4681#elif defined(VBOX_WS_MAC)
    46824682    /*
    46834683     * This is just for the case were the other process cannot steal
     
    46944694    return !rc;
    46954695
     4696#else
     4697
     4698    return false;
     4699
    46964700#endif
    46974701
    4698     return false;
    46994702
    47004703    /// @todo Below is the old method of switching to the console window
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationDataItem.cpp

    r63322 r63323  
    5858
    5959#endif /* !VBOX_WITH_PRECOMPILED_HEADERS */
     60
    6061
    6162UIInformationDataItem::UIInformationDataItem(InformationElementType type, const CMachine &machine, const CConsole &console, UIInformationModel *pModel)
     
    10821083}
    10831084
     1085#ifdef _MSC_VER
     1086# pragma warning(push)
     1087# pragma warning(disable:4702) /* Something about the foreach (const CStorageController &controller, controllers) statement... */
     1088#endif
     1089
    10841090QVariant UIInformationDataStorageStatistics::data(const QModelIndex &index, int role) const
    10851091{
     
    11941200}
    11951201
     1202#ifdef _MSC_VER
     1203# pragma warning(pop)
     1204#endif
     1205
    11961206QString UIInformationDataStorageStatistics::parseStatistics(const QString &strText)
    11971207{
Note: See TracChangeset for help on using the changeset viewer.

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