Skip to content
Snippets Groups Projects
Commit 94f81cb8 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Fixed Compilation.

parent ca55ddaf
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ private: ...@@ -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 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment