forked from qt-creator/qt-creator
CppTools: Remove unnecessary code from abstracteditorsupport
Change-Id: Ie9032ea494d151a491d37cd5e777f3c2df40f1e2 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -32,9 +32,6 @@
|
|||||||
|
|
||||||
#include "cppfilesettingspage.h"
|
#include "cppfilesettingspage.h"
|
||||||
#include "cppmodelmanager.h"
|
#include "cppmodelmanager.h"
|
||||||
#include <cplusplus/Overview.h>
|
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
namespace CppTools {
|
namespace CppTools {
|
||||||
|
|
||||||
@@ -43,10 +40,6 @@ AbstractEditorSupport::AbstractEditorSupport(CppModelManager *modelmanager) :
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
AbstractEditorSupport::~AbstractEditorSupport()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void AbstractEditorSupport::updateDocument()
|
void AbstractEditorSupport::updateDocument()
|
||||||
{
|
{
|
||||||
++m_revision;
|
++m_revision;
|
||||||
|
|||||||
@@ -44,7 +44,6 @@ class CPPTOOLS_EXPORT AbstractEditorSupport : public QObject
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
explicit AbstractEditorSupport(CppModelManager *modelmanager);
|
explicit AbstractEditorSupport(CppModelManager *modelmanager);
|
||||||
virtual ~AbstractEditorSupport();
|
|
||||||
|
|
||||||
/// \returns the contents, encoded as UTF-8
|
/// \returns the contents, encoded as UTF-8
|
||||||
virtual QByteArray contents() const = 0;
|
virtual QByteArray contents() const = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user