forked from qt-creator/qt-creator
Moved CommandButton to Core and made some improvements to it.
Added constructor taking Id, use command description if toolTipBase is not set. Change-Id: I56d774e9c194c6f1eb90583f4a13ed75db540ba3 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Eike Ziller
parent
889409f2cd
commit
67c4788755
@@ -41,6 +41,7 @@ SOURCES += mainwindow.cpp \
|
||||
editormanager/iexternaleditor.cpp \
|
||||
actionmanager/actionmanager.cpp \
|
||||
actionmanager/command.cpp \
|
||||
actionmanager/commandbutton.cpp \
|
||||
actionmanager/actioncontainer.cpp \
|
||||
actionmanager/commandsfile.cpp \
|
||||
dialogs/saveitemsdialog.cpp \
|
||||
@@ -122,6 +123,7 @@ HEADERS += mainwindow.h \
|
||||
actionmanager/actioncontainer.h \
|
||||
actionmanager/actionmanager.h \
|
||||
actionmanager/command.h \
|
||||
actionmanager/commandbutton.h \
|
||||
actionmanager/actionmanager_p.h \
|
||||
actionmanager/command_p.h \
|
||||
actionmanager/actioncontainer_p.h \
|
||||
|
||||
Reference in New Issue
Block a user