aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/refactoringchanges.h
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2011-08-22 13:41:19 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2011-08-22 13:42:40 +0200
commitfb91b88b9cd5499499d7530e7b39dd65dbe15dd3 (patch)
tree0024b7127ddcea65387e51e10a3d1d72467b7fc7 /src/plugins/texteditor/refactoringchanges.h
parent749534ea766fb86af8e6deeb17e2900b1eb43a58 (diff)
RefactoringChanges: Add missing virtual destructor.
Change-Id: I6237e7c3a8c1e4a1a223c6f1a66c4e866406ca2b Reviewed-on: http://codereview.qt.nokia.com/3312 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/texteditor/refactoringchanges.h')
-rw-r--r--src/plugins/texteditor/refactoringchanges.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/refactoringchanges.h b/src/plugins/texteditor/refactoringchanges.h
index 06c8c1288d..3ba4d4a436 100644
--- a/src/plugins/texteditor/refactoringchanges.h
+++ b/src/plugins/texteditor/refactoringchanges.h
@@ -144,6 +144,7 @@ class TEXTEDITOR_EXPORT RefactoringChangesData
public:
RefactoringChangesData() {}
+ virtual ~RefactoringChangesData();
virtual void indentSelection(const QTextCursor &selection,
const QString &fileName,