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);
|
||||
bool hasFindFlag(IFindSupport::FindFlag flag);
|
||||
IFindSupport::FindFlags effectiveFindFlags();
|
||||
Core::FindToolBarPlaceHolder *FindToolBar::findToolBarPlaceHolder() const;
|
||||
Core::FindToolBarPlaceHolder *findToolBarPlaceHolder() const;
|
||||
|
||||
bool eventFilter(QObject *obj, QEvent *event);
|
||||
void setFindText(const QString &text);
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
#include <coreplugin/rightpane.h>
|
||||
#include <coreplugin/sidebar.h>
|
||||
#include <coreplugin/uniqueidmanager.h>
|
||||
#include <coreplugin/welcomemode.h>
|
||||
|
||||
#include <welcome/welcomemode.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user