aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/currentprojectfind.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-04-16 19:42:58 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-04-20 16:51:10 +0200
commitc5df15003bf4486440a2925f0fdb76a55b8522e6 (patch)
treeb54d8eae38ca43943e64db45ab6e072d488ec20e /src/plugins/projectexplorer/currentprojectfind.h
parent6d5eeb7afbf6bb29681b9dd88d4e1321ed1f8674 (diff)
add some missing Q_OBJECTs
Diffstat (limited to 'src/plugins/projectexplorer/currentprojectfind.h')
-rw-r--r--src/plugins/projectexplorer/currentprojectfind.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/currentprojectfind.h b/src/plugins/projectexplorer/currentprojectfind.h
index e24b6490a3..52fcde5c09 100644
--- a/src/plugins/projectexplorer/currentprojectfind.h
+++ b/src/plugins/projectexplorer/currentprojectfind.h
@@ -45,6 +45,8 @@ namespace Internal {
class CurrentProjectFind : public TextEditor::BaseFileFind
{
+ Q_OBJECT
+
public:
CurrentProjectFind(ProjectExplorerPlugin *plugin, Find::SearchResultWindow *resultWindow);