Assistant: Fix index updating on startup in the remote control mode
authorAlexander Volkov <a.volkov@rusbitech.ru>
Fri, 19 Sep 2014 09:52:42 +0000 (13:52 +0400)
committerShawn Rutledge <shawn.rutledge@digia.com>
Mon, 13 Oct 2014 09:42:59 +0000 (11:42 +0200)
commitd55407822eefbc05f7d8bb44c53b057332b5b399
treebaae81ea0f89e7091a4ff032cb2c1ef20b2752c6
parent8f03d0b45be29bc75fb54874ab6bc79e92d98da4
Assistant: Fix index updating on startup in the remote control mode

HelpEngineWrapper::initialDocSetupDone() should be called only once
right after the initialization of the help models. Calling it on
every small update leads to recursion.

Task-number: QTBUG-36850
Change-Id: I16cae03f08bbc9a19ec9298c84c602a4046dce93
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
src/assistant/assistant/mainwindow.cpp