VirtualBox

Ignore:
Timestamp:
Jul 2, 2008 3:21:53 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32625
Message:

FE/Qt4-Win: build fix

Location:
trunk/src/VBox/Frontends/VirtualBox4/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/QIHotKeyEdit.cpp

    r10112 r10114  
    387387        if (::GetKeyNameText (scan, str, 256))
    388388        {
    389             name = QString::fromUcs2 (str);
     389            name = QString::fromUtf16 (str);
    390390        }
    391391        else
     
    567567        if (::GetKeyNameText (msg->lParam, str, 256))
    568568        {
    569             mSymbName = QString::fromUcs2 (str);
     569            mSymbName = QString::fromUtf16 (str);
    570570        }
    571571        else
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxRegistrationDlg.cpp

    r9386 r10114  
    507507    int minor = versionInfo.dwMinorVersion;
    508508    int build = versionInfo.dwBuildNumber;
    509     QString sp = QString::fromUcs2 ((ushort*)versionInfo.szCSDVersion);
     509    QString sp = QString::fromUtf16 ((ushort*)versionInfo.szCSDVersion);
    510510
    511511    QString distrib;
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