forked from qt-creator/qt-creator
Fix ambiguity with help manager by renaming the file to match class.
Task-number: QTCREATORBUG-3090 Reviewed-by: ck
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
|
||||
#include "centralwidget.h"
|
||||
|
||||
#include "helpmanager.h"
|
||||
#include "helpviewer.h"
|
||||
#include "localhelpmanager.h"
|
||||
#include "topicchooser.h"
|
||||
|
||||
#include <QtCore/QEvent>
|
||||
|
@@ -32,8 +32,8 @@
|
||||
#include "bookmarkmanager.h"
|
||||
#include "centralwidget.h"
|
||||
#include "helpconstants.h"
|
||||
#include "helpmanager.h"
|
||||
#include "helpviewer.h"
|
||||
#include "localhelpmanager.h"
|
||||
#include "xbelsupport.h"
|
||||
|
||||
#include <coreplugin/coreconstants.h>
|
||||
|
@@ -19,7 +19,7 @@ HEADERS += \
|
||||
helpconstants.h \
|
||||
helpfindsupport.h \
|
||||
helpindexfilter.h \
|
||||
helpmanager.h \
|
||||
localhelpmanager.h \
|
||||
helpmode.h \
|
||||
helpplugin.h \
|
||||
helpviewer.h \
|
||||
@@ -40,7 +40,7 @@ SOURCES += \
|
||||
generalsettingspage.cpp \
|
||||
helpfindsupport.cpp \
|
||||
helpindexfilter.cpp \
|
||||
helpmanager.cpp \
|
||||
localhelpmanager.cpp \
|
||||
helpmode.cpp \
|
||||
helpplugin.cpp \
|
||||
helpviewer.cpp \
|
||||
|
@@ -39,10 +39,10 @@
|
||||
#include "helpconstants.h"
|
||||
#include "helpfindsupport.h"
|
||||
#include "helpindexfilter.h"
|
||||
#include "helpmanager.h"
|
||||
#include "helpmode.h"
|
||||
#include "helpviewer.h"
|
||||
#include "indexwindow.h"
|
||||
#include "localhelpmanager.h"
|
||||
#include "openpagesmanager.h"
|
||||
#include "openpagesmodel.h"
|
||||
#include "remotehelpfilter.h"
|
||||
|
@@ -29,7 +29,7 @@
|
||||
|
||||
#include "helpviewer.h"
|
||||
#include "helpconstants.h"
|
||||
#include "helpmanager.h"
|
||||
#include "localhelpmanager.h"
|
||||
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QtCore/QFileInfo>
|
||||
|
@@ -33,7 +33,7 @@
|
||||
|
||||
#include "helpconstants.h"
|
||||
#include "helpviewer_p.h"
|
||||
#include "helpmanager.h"
|
||||
#include "localhelpmanager.h"
|
||||
|
||||
#include <QtGui/QApplication>
|
||||
#include <QtGui/QClipboard>
|
||||
|
@@ -33,7 +33,7 @@
|
||||
|
||||
#include "centralwidget.h"
|
||||
#include "helpconstants.h"
|
||||
#include "helpmanager.h"
|
||||
#include "localhelpmanager.h"
|
||||
#include "openpagesmanager.h"
|
||||
|
||||
#include <QtCore/QFileInfo>
|
||||
|
@@ -27,7 +27,7 @@
|
||||
**
|
||||
**************************************************************************/
|
||||
|
||||
#include "helpmanager.h"
|
||||
#include "localhelpmanager.h"
|
||||
#include "bookmarkmanager.h"
|
||||
|
||||
#include <coreplugin/coreconstants.h>
|
@@ -31,8 +31,8 @@
|
||||
|
||||
#include "centralwidget.h"
|
||||
#include "helpconstants.h"
|
||||
#include "helpmanager.h"
|
||||
#include "helpviewer.h"
|
||||
#include "localhelpmanager.h"
|
||||
#include "openpagesmodel.h"
|
||||
#include "openpagesswitcher.h"
|
||||
#include "openpageswidget.h"
|
||||
|
@@ -28,7 +28,7 @@
|
||||
**************************************************************************/
|
||||
|
||||
#include "searchwidget.h"
|
||||
#include "helpmanager.h"
|
||||
#include "localhelpmanager.h"
|
||||
#include "openpagesmanager.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
|
@@ -48,7 +48,6 @@
|
||||
#include <coreplugin/icore.h>
|
||||
#include <coreplugin/helpmanager.h>
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
#include <help/helpmanager.h>
|
||||
#include <utils/qtcassert.h>
|
||||
#ifdef Q_OS_WIN
|
||||
# include <utils/winutils.h>
|
||||
|
@@ -30,7 +30,7 @@
|
||||
#include "bookmarkmanager.h"
|
||||
|
||||
#include "centralwidget.h"
|
||||
#include "helpmanager.h"
|
||||
#include "localhelpmanager.h"
|
||||
#include "openpagesmanager.h"
|
||||
|
||||
#include <utils/filterlineedit.h>
|
||||
|
@@ -31,8 +31,8 @@
|
||||
|
||||
#include "centralwidget.h"
|
||||
#include "helpviewer.h"
|
||||
#include "localhelpmanager.h"
|
||||
#include "openpagesmanager.h"
|
||||
#include <help/helpmanager.h>
|
||||
|
||||
#include <QtGui/QLayout>
|
||||
#include <QtGui/QFocusEvent>
|
||||
|
@@ -29,9 +29,9 @@
|
||||
|
||||
#include "centralwidget.h"
|
||||
|
||||
#include "helpmanager.h"
|
||||
#include "helpviewer.h"
|
||||
#include "indexwindow.h"
|
||||
#include "localhelpmanager.h"
|
||||
#include "openpagesmanager.h"
|
||||
#include "topicchooser.h"
|
||||
|
||||
|
Reference in New Issue
Block a user