VirtualBox

Changeset 43431 in vbox


Ignore:
Timestamp:
Sep 26, 2012 6:48:19 AM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: 6425: Cannot change default machine folder before any VM is
created (initialize/deinitialize COM for settings
serialization/deserialization).

File:
1 edited

Legend:

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

    r43128 r43431  
    236236    void run()
    237237    {
     238        /* Initialize COM for other thread: */
     239        COMBase::InitializeCOM(false);
     240
    238241        /* Mark all the pages initially as NOT processed: */
    239242        QList<UISettingsPage*> pageList = m_pages.values();
     
    277280        if (m_direction == UISettingsSerializeDirection_Save)
    278281            m_condition.wakeAll();
     282
     283        /* Deinitialize COM for other thread: */
     284        COMBase::CleanupCOM();
    279285    }
    280286
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