VirtualBox

Ignore:
Timestamp:
Aug 19, 2016 1:55:39 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: when logging the Qt version, do it later in case we are a VM window because the release log file is created in Console::i_powerUp()

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

Legend:

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

    r63567 r63602  
    42564256                              szError,
    42574257                              sizeof(szError));
    4258     }
    4259 
    4260     LogRel(("Qt version: %s\n", qtRTVersionString().toUtf8().constData()));
     4258
     4259        LogRel(("Qt version: %s\n", qtRTVersionString().toUtf8().constData()));
     4260    }
    42614261
    42624262    if (mSettingsPwSet)
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r63567 r63602  
    286286        return false;
    287287    }
     288   
     289    LogRel(("Qt version: %s\n", VBoxGlobal::qtRTVersionString().toUtf8().constData()));
    288290
    289291    /* Enable 'manual-override',
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