forked from qt-creator/qt-creator
RefactoringChanges: Add missing virtual destructor.
Change-Id: I6237e7c3a8c1e4a1a223c6f1a66c4e866406ca2b Reviewed-on: http://codereview.qt.nokia.com/3312 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
749534ea76
commit
fb91b88b9c
@@ -362,6 +362,9 @@ void RefactoringFile::fileChanged()
|
||||
m_data->fileChanged(m_fileName);
|
||||
}
|
||||
|
||||
RefactoringChangesData::~RefactoringChangesData()
|
||||
{}
|
||||
|
||||
void RefactoringChangesData::indentSelection(const QTextCursor &, const QString &, const BaseTextEditorWidget *) const
|
||||
{
|
||||
qWarning() << Q_FUNC_INFO << "not implemented";
|
||||
|
@@ -144,6 +144,7 @@ class TEXTEDITOR_EXPORT RefactoringChangesData
|
||||
|
||||
public:
|
||||
RefactoringChangesData() {}
|
||||
virtual ~RefactoringChangesData();
|
||||
|
||||
virtual void indentSelection(const QTextCursor &selection,
|
||||
const QString &fileName,
|
||||
|
Reference in New Issue
Block a user