Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 346476 Details for
Bug 467082
dev-qt/qthelp-4.8.4 - Qt Assistant hogs the CPU
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Qt Assistant: Fix signal recursion at startup in remote control mode.
qthelp-4.8-fix-signal-recursion.patch (text/plain), 802 bytes, created by
Flavio Cappelli
on 2013-04-24 16:28:57 UTC
(
hide
)
Description:
Qt Assistant: Fix signal recursion at startup in remote control mode.
Filename:
MIME Type:
Creator:
Flavio Cappelli
Created:
2013-04-24 16:28:57 UTC
Size:
802 bytes
patch
obsolete
>--- tools/assistant/tools/assistant/mainwindow.cpp.orig 2012-11-23 11:09:52.000000000 +0100 >+++ tools/assistant/tools/assistant/mainwindow.cpp 2013-04-24 14:52:42.450128037 +0200 >@@ -398,7 +398,10 @@ > void MainWindow::checkInitState() > { > TRACE_OBJ >- HelpEngineWrapper::instance().initialDocSetupDone(); >+ if (!m_connectedInitSignals) { >+ // initiate help engine setup only once >+ HelpEngineWrapper::instance().initialDocSetupDone(); >+ } > if (!m_cmdLine->enableRemoteControl()) > return; > >@@ -416,6 +419,7 @@ > if (m_connectedInitSignals) { > disconnect(helpEngine.contentModel(), 0, this, 0); > disconnect(helpEngine.indexModel(), 0, this, 0); >+ m_connectedInitSignals = false; > } > emit initDone(); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 467082
: 346476