Changeset 1046 for trunk/tools/assistant
- Timestamp:
- Sep 2, 2011, 11:59:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/assistant/tools/assistant/mainwindow.cpp
r846 r1046 367 367 { 368 368 TRACE_OBJ 369 HelpEngineWrapper::instance().initialDocSetupDone(); 369 if (!m_connectedInitSignals) { 370 // initiate help engine setup only once 371 HelpEngineWrapper::instance().initialDocSetupDone(); 372 } 370 373 if (!m_cmdLine->enableRemoteControl()) 371 374 return; … … 385 388 disconnect(helpEngine.contentModel(), 0, this, 0); 386 389 disconnect(helpEngine.indexModel(), 0, this, 0); 390 387 391 } 388 392 emit initDone();
Note:
See TracChangeset
for help on using the changeset viewer.