VirtualBox

Changeset 58861 in vbox


Ignore:
Timestamp:
Nov 25, 2015 2:08:49 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Qt5 migration (part 13): Some implicit stuff disabled for QString.

File:
1 edited

Legend:

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

    r57988 r58861  
    28062806        if (haveInterfaceID)
    28072807        {
    2808             QString s = info.interfaceID();
     2808            QString s = info.interfaceID().toString();
    28092809            if (!info.interfaceName().isEmpty())
    28102810                s = info.interfaceName() + ' ' + s;
     
    28152815        if (!info.calleeIID().isNull() && info.calleeIID() != info.interfaceID())
    28162816        {
    2817             QString s = info.calleeIID();
     2817            QString s = info.calleeIID().toString();
    28182818            if (!info.calleeName().isEmpty())
    28192819                s = info.calleeName() + ' ' + s;
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