forked from qt-creator/qt-creator
Core: register documentation asynchronously
Change-Id: I946ce394bc4e21a1c5746fb38dcc81acc1106ba4 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include <QVariant>
|
||||
#include <QMap>
|
||||
#include <QHash>
|
||||
#include <QFutureInterface>
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QUrl)
|
||||
|
||||
@@ -103,6 +104,8 @@ private:
|
||||
~HelpManager();
|
||||
|
||||
static void setupHelpManager();
|
||||
static void registerDocumentationNow(QFutureInterface<bool> &futureInterface,
|
||||
const QStringList &fileNames);
|
||||
friend class Core::Internal::CorePlugin; // setupHelpManager
|
||||
friend class Core::Internal::MainWindow; // constructor/destructor
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user