forked from qt-creator/qt-creator
Fixed Compilation.
This commit is contained in:
@@ -94,7 +94,7 @@ private:
|
|||||||
void setFindFlag(IFindSupport::FindFlag flag, bool enabled);
|
void setFindFlag(IFindSupport::FindFlag flag, bool enabled);
|
||||||
bool hasFindFlag(IFindSupport::FindFlag flag);
|
bool hasFindFlag(IFindSupport::FindFlag flag);
|
||||||
IFindSupport::FindFlags effectiveFindFlags();
|
IFindSupport::FindFlags effectiveFindFlags();
|
||||||
Core::FindToolBarPlaceHolder *FindToolBar::findToolBarPlaceHolder() const;
|
Core::FindToolBarPlaceHolder *findToolBarPlaceHolder() const;
|
||||||
|
|
||||||
bool eventFilter(QObject *obj, QEvent *event);
|
bool eventFilter(QObject *obj, QEvent *event);
|
||||||
void setFindText(const QString &text);
|
void setFindText(const QString &text);
|
||||||
|
|||||||
@@ -54,7 +54,6 @@
|
|||||||
#include <coreplugin/rightpane.h>
|
#include <coreplugin/rightpane.h>
|
||||||
#include <coreplugin/sidebar.h>
|
#include <coreplugin/sidebar.h>
|
||||||
#include <coreplugin/uniqueidmanager.h>
|
#include <coreplugin/uniqueidmanager.h>
|
||||||
#include <coreplugin/welcomemode.h>
|
|
||||||
|
|
||||||
#include <welcome/welcomemode.h>
|
#include <welcome/welcomemode.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user