Changeset 43431 in vbox
- Timestamp:
- Sep 26, 2012 6:48:19 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
r43128 r43431 236 236 void run() 237 237 { 238 /* Initialize COM for other thread: */ 239 COMBase::InitializeCOM(false); 240 238 241 /* Mark all the pages initially as NOT processed: */ 239 242 QList<UISettingsPage*> pageList = m_pages.values(); … … 277 280 if (m_direction == UISettingsSerializeDirection_Save) 278 281 m_condition.wakeAll(); 282 283 /* Deinitialize COM for other thread: */ 284 COMBase::CleanupCOM(); 279 285 } 280 286
Note:
See TracChangeset
for help on using the changeset viewer.