aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/currentprojectfind.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2013-09-05 11:46:07 +0200
committerhjk <hjk121@nokiamail.com>2013-09-05 12:28:12 +0200
commitaadb6f16af94a2baff9d13772e9ddce33faa7650 (patch)
tree5a5169e0d7742527b112c1f29c5509f78db6bbdd /src/plugins/projectexplorer/currentprojectfind.h
parentdab9886ebf7d1d3cfb8eb537e20439ddb4855e6f (diff)
SessionManager: Apply 'static' pattern
Change-Id: I370f72fcf7a24216ee189979ce6b5c8bfc5f4140 Reviewed-by: David Schulz <david.schulz@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/currentprojectfind.h')
-rw-r--r--src/plugins/projectexplorer/currentprojectfind.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/plugins/projectexplorer/currentprojectfind.h b/src/plugins/projectexplorer/currentprojectfind.h
index 28c006018b..a3e23f77c7 100644
--- a/src/plugins/projectexplorer/currentprojectfind.h
+++ b/src/plugins/projectexplorer/currentprojectfind.h
@@ -32,13 +32,8 @@
#include "allprojectsfind.h"
-QT_BEGIN_NAMESPACE
-class QWidget;
-QT_END_NAMESPACE
-
namespace ProjectExplorer {
-class ProjectExplorerPlugin;
class Project;
namespace Internal {
@@ -48,7 +43,7 @@ class CurrentProjectFind : public AllProjectsFind
Q_OBJECT
public:
- CurrentProjectFind(ProjectExplorerPlugin *plugin);
+ CurrentProjectFind();
QString id() const;
QString displayName() const;
@@ -67,9 +62,6 @@ protected:
private slots:
void handleProjectChanged();
void recheckEnabled();
-
-private:
- ProjectExplorerPlugin *m_plugin;
};
} // namespace Internal