VirtualBox

Ignore:
Timestamp:
Dec 7, 2015 4:17:48 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104575
Message:

FE/Qt: Qt5 migration (part 30): Rename Q_WS_WIN32 => Q_WS_WIN, there will be no former with Qt5.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/COMWrappers.xsl

    r54644 r59031  
    109109<xsl:template match="if" mode="begin">
    110110  <xsl:if test="@target='xpidl'">
    111     <xsl:text>#if !defined(Q_WS_WIN32)&#x0A;</xsl:text>
     111    <xsl:text>#if !defined(Q_WS_WIN)&#x0A;</xsl:text>
    112112  </xsl:if>
    113113  <xsl:if test="@target='midl'">
    114     <xsl:text>#if defined(Q_WS_WIN32)&#x0A;</xsl:text>
     114    <xsl:text>#if defined(Q_WS_WIN)&#x0A;</xsl:text>
    115115  </xsl:if>
    116116</xsl:template>
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp

    r58861 r59031  
    26742674void UIMessageCenter::sltShowUserManual(const QString &strLocation)
    26752675{
    2676 #if defined (Q_WS_WIN32)
     2676#if defined (Q_WS_WIN)
    26772677    HtmlHelp(GetDesktopWindow(), strLocation.utf16(), HH_DISPLAY_TOPIC, NULL);
    26782678#elif defined (Q_WS_X11)
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r58880 r59031  
    24162416QString VBoxGlobal::helpFile() const
    24172417{
    2418 #if defined (Q_WS_WIN32)
     2418#if defined (Q_WS_WIN)
    24192419    const QString name = "VirtualBox";
    24202420    const QString suffix = "chm";
     
    32363236    bool result = true;
    32373237
    3238 #if defined (Q_WS_WIN32)
     3238#if defined (Q_WS_WIN)
    32393239
    32403240    if (IsIconic (aWId))
     
    47154715        return true;
    47164716
    4717 #if defined (Q_WS_WIN32) || defined (Q_WS_X11)
     4717#if defined (Q_WS_WIN) || defined (Q_WS_X11)
    47184718
    47194719    return vboxGlobal().activateWindow(id, true);
     
    47464746        return false;
    47474747
    4748 #if defined (Q_WS_WIN32)
     4748#if defined (Q_WS_WIN)
    47494749
    47504750    HWND hwnd = mWinId;
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h

    r58880 r59031  
    630630#endif
    631631
    632 #if defined (Q_WS_WIN32)
     632#if defined (Q_WS_WIN)
    633633    DWORD dwHTMLHelpCookie;
    634634#endif
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMItem.cpp

    r55800 r59031  
    4545#if 0
    4646
    47 #if defined (Q_WS_WIN32)
     47#if defined (Q_WS_WIN)
    4848
    4949struct EnumWindowsProcData
     
    112112static WId FindWindowIdFromPid(ULONG aPid)
    113113{
    114 #if defined (Q_WS_WIN32)
     114#if defined (Q_WS_WIN)
    115115
    116116    EnumWindowsProcData d = { aPid, (WId) ~0 };
     
    335335        return true;
    336336
    337 #if defined (Q_WS_WIN32) || defined (Q_WS_X11)
     337#if defined (Q_WS_WIN) || defined (Q_WS_X11)
    338338
    339339    return vboxGlobal().activateWindow(id, true);
     
    366366        return false;
    367367
    368 #if defined (Q_WS_WIN32)
     368#if defined (Q_WS_WIN)
    369369
    370370    HWND hwnd = mWinId;
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