Remove unused constants, fix lacking virtual destructor

Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Jarek Kobus
2011-04-14 12:07:39 +02:00
parent cf1571be17
commit 4d69c7455e
24 changed files with 17 additions and 151 deletions

View File

@@ -47,7 +47,6 @@ const char * const SEPARATOR1 = "QmlJSEditor.Separator1";
const char * const SEPARATOR2 = "QmlJSEditor.Separator2";
const char * const M_REFACTORING_MENU_INSERTION_POINT = "QmlJSEditor.RefactorGroup";
const char * const RUN_SEP = "QmlJSEditor.Run.Separator";
const char * const C_QMLJSEDITOR_ID = "QMLProjectManager.QMLJSEditor";
const char * const C_QMLJSEDITOR_DISPLAY_NAME = QT_TRANSLATE_NOOP("OpenWith::Editors", "QMLJS Editor");
const char * const TASK_SEARCH = "QmlJSEditor.TaskSearch";