aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakefilecompletionassist.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-01-07 15:22:53 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-01-08 12:17:41 +0000
commitb2b6d3c526a18419a5fc986a3ce67be25deecbf4 (patch)
tree004ba8c751ca2e49f5022bb5079381d4e3c775e7 /src/plugins/cmakeprojectmanager/cmakefilecompletionassist.cpp
parent079448d342b3a57e09d8bbf0d4d4e3dcab76b5fa (diff)
CMake: Semi-automatic cleanups
* Shorten header guards * Use override and auto where possible * Remove useless destructors, etc. * Remove private slots sections, unify private: sections * Use member initialization where it makes sense Change-Id: I00eaf6d706adc16859176d1b68c631d3336bb39f Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakefilecompletionassist.cpp')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakefilecompletionassist.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakefilecompletionassist.cpp b/src/plugins/cmakeprojectmanager/cmakefilecompletionassist.cpp
index 2f1abb1f34..634cfad4bd 100644
--- a/src/plugins/cmakeprojectmanager/cmakefilecompletionassist.cpp
+++ b/src/plugins/cmakeprojectmanager/cmakefilecompletionassist.cpp
@@ -54,9 +54,6 @@ using namespace ProjectExplorer;
CMakeFileCompletionAssistProvider::CMakeFileCompletionAssistProvider()
{}
-CMakeFileCompletionAssistProvider::~CMakeFileCompletionAssistProvider()
-{}
-
bool CMakeFileCompletionAssistProvider::supportsEditor(Core::Id editorId) const
{
return editorId == CMakeProjectManager::Constants::CMAKE_EDITOR_ID;