forked from qt-creator/qt-creator
Remove unused constants, fix lacking virtual destructor
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -44,7 +44,6 @@ const char * const BAZAARDEFAULT = "bzr";
|
||||
//changeset identifiers
|
||||
const char * const CHANGESET_ID = "([0-9]+)"; // match and capture
|
||||
const char * const CHANGESET_ID_EXACT = "[0-9]+"; // match
|
||||
const char * const DIFF_ID = "^[-+]{3,3} [ab]{1,1}.*"; // match e.g. +++ b/filename
|
||||
|
||||
//BaseEditorParameters
|
||||
const char * const COMMANDLOG_ID = "Bazaar Command Log Editor";
|
||||
@@ -96,7 +95,6 @@ const char * const LOGMULTI = "Bazaar.Action.Logmulti";
|
||||
const char * const PULL = "Bazaar.Action.Pull";
|
||||
const char * const PUSH = "Bazaar.Action.Push";
|
||||
const char * const UPDATE = "Bazaar.Action.Update";
|
||||
const char * const CLONE = "Bazaar.Action.Clone";
|
||||
const char * const COMMIT = "Bazaar.Action.Commit";
|
||||
const char * const CREATE_REPOSITORY = "Bazaar.Action.CreateRepository";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user