~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/projectexplorer/currentprojectfind.h

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
#include "allprojectsfind.h"
34
34
 
35
 
QT_BEGIN_NAMESPACE
36
 
class QWidget;
37
 
QT_END_NAMESPACE
38
 
 
39
35
namespace ProjectExplorer {
40
36
 
41
 
class ProjectExplorerPlugin;
42
37
class Project;
43
38
 
44
39
namespace Internal {
48
43
    Q_OBJECT
49
44
 
50
45
public:
51
 
    CurrentProjectFind(ProjectExplorerPlugin *plugin);
 
46
    CurrentProjectFind();
52
47
 
53
48
    QString id() const;
54
49
    QString displayName() const;
67
62
private slots:
68
63
    void handleProjectChanged();
69
64
    void recheckEnabled();
70
 
 
71
 
private:
72
 
    ProjectExplorerPlugin *m_plugin;
73
65
};
74
66
 
75
67
} // namespace Internal