aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/abstracteditorsupport.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-09-09 16:04:33 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-09-14 10:26:31 +0000
commitd0a8f5acbf6a6a2c0a681b57dc9762ae7432b1ee (patch)
treeca8affb68ffce9a9fff0bef6181a10025c631b4c /src/plugins/cpptools/abstracteditorsupport.cpp
parent04cc526630102d99bc6ab555ab378173d8acc3b4 (diff)
CppTools: Remove unnecessary code from abstracteditorsupport
Change-Id: Ie9032ea494d151a491d37cd5e777f3c2df40f1e2 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Diffstat (limited to 'src/plugins/cpptools/abstracteditorsupport.cpp')
-rw-r--r--src/plugins/cpptools/abstracteditorsupport.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/cpptools/abstracteditorsupport.cpp b/src/plugins/cpptools/abstracteditorsupport.cpp
index 843ce0f06f..64fd65ff84 100644
--- a/src/plugins/cpptools/abstracteditorsupport.cpp
+++ b/src/plugins/cpptools/abstracteditorsupport.cpp
@@ -32,9 +32,6 @@
#include "cppfilesettingspage.h"
#include "cppmodelmanager.h"
-#include <cplusplus/Overview.h>
-
-#include <QDebug>
namespace CppTools {
@@ -43,10 +40,6 @@ AbstractEditorSupport::AbstractEditorSupport(CppModelManager *modelmanager) :
{
}
-AbstractEditorSupport::~AbstractEditorSupport()
-{
-}
-
void AbstractEditorSupport::updateDocument()
{
++m_revision;