VirtualBox

Changeset 53481 in vbox for trunk


Ignore:
Timestamp:
Dec 8, 2014 3:03:16 PM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: 7627: Couple of qFatal message encodings.

File:
1 edited

Legend:

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

    r53306 r53481  
    423423            QMessageBox::critical(0, QApplication::tr("Incompatible Qt Library Error"),
    424424                                  strMsg, QMessageBox::Abort, 0);
    425             qFatal("%s", strMsg.toAscii().constData());
     425            qFatal("%s", strMsg.toUtf8().constData());
    426426            break;
    427427        }
     
    671671    QMessageBox::critical(0 /* parent */, strTitle, strText,
    672672                          QMessageBox::Abort /* 1st button */, 0 /* 2nd button */);
    673     qFatal("%s", strText.toAscii().constData());
     673    qFatal("%s", strText.toUtf8().constData());
    674674}
    675675
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