diff options
Diffstat (limited to 'src/plugins/projectexplorer/currentprojectfind.h')
-rw-r--r-- | src/plugins/projectexplorer/currentprojectfind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/currentprojectfind.h b/src/plugins/projectexplorer/currentprojectfind.h index 4452cbc205..1404bca29c 100644 --- a/src/plugins/projectexplorer/currentprojectfind.h +++ b/src/plugins/projectexplorer/currentprojectfind.h @@ -55,7 +55,7 @@ protected: QVariant additionalParameters() const; QString label() const; -private slots: +private: void handleProjectChanged(); void recheckEnabled(); }; |