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:
@@ -36,30 +36,20 @@
|
||||
namespace QmlJSInspector {
|
||||
namespace Constants {
|
||||
|
||||
const char * const RUN = "QmlInspector.Run";
|
||||
const char * const STOP = "QmlInspector.Stop";
|
||||
|
||||
const char * const COMPLETE_THIS = "QmlInspector.CompleteThis";
|
||||
|
||||
const char * const M_DEBUG_SIMULTANEOUSLY = "QmlInspector.Menu.SimultaneousDebug";
|
||||
|
||||
const char * const INFO_EXPERIMENTAL = "QmlInspector.Experimental";
|
||||
const char * const INFO_OUT_OF_SYNC = "QmlInspector.OutOfSyncWarning";
|
||||
|
||||
const char * const DESIGNMODE_ACTION = "QmlInspector.DesignMode";
|
||||
const char * const PLAY_ACTION = "QmlInspector.Play";
|
||||
const char * const SELECT_ACTION = "QmlInspector.Select";
|
||||
const char * const SELECT_MARQUEE_ACTION = "QmlInspector.SelectMarquee";
|
||||
const char * const ZOOM_ACTION = "QmlInspector.Zoom";
|
||||
const char * const COLOR_PICKER_ACTION = "QmlInspector.ColorPicker";
|
||||
const char * const TO_QML_ACTION = "QmlInspector.ToQml";
|
||||
const char * const FROM_QML_ACTION = "QmlInspector.FromQml";
|
||||
const char * const SHOW_APP_ON_TOP_ACTION = "QmlInspector.ShowAppOnTop";
|
||||
|
||||
// settings
|
||||
const char * const S_QML_INSPECTOR = "QML.Inspector";
|
||||
const char * const S_LIVE_PREVIEW_WARNING_KEY = "ShowLivePreview";
|
||||
const char * const ARG_DESIGNMODE = "-designmode";
|
||||
|
||||
enum DesignTool {
|
||||
NoTool = 0,
|
||||
|
||||
Reference in New Issue
Block a user