forked from qt-creator/qt-creator
LocalHelpManager: Make last methods static
Change-Id: I1b4a72437b76cefb1c457033692f20efc41c089c Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -64,8 +64,8 @@ public:
|
||||
static QString homePage();
|
||||
static void setHomePage(const QString &page);
|
||||
|
||||
void setupGuiHelpEngine();
|
||||
void setEngineNeedsUpdate();
|
||||
static void setupGuiHelpEngine();
|
||||
static void setEngineNeedsUpdate();
|
||||
|
||||
static QHelpEngine& helpEngine();
|
||||
static BookmarkManager& bookmarkManager();
|
||||
@@ -86,8 +86,8 @@ signals:
|
||||
void filterIndexChanged(int index);
|
||||
|
||||
private:
|
||||
bool m_guiNeedsSetup;
|
||||
bool m_needsCollectionFile;
|
||||
static bool m_guiNeedsSetup;
|
||||
static bool m_needsCollectionFile;
|
||||
|
||||
static QStandardItemModel *m_filterModel;
|
||||
static QString m_currentFilter;
|
||||
|
||||
Reference in New Issue
Block a user