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:
Konstantin Tokarev
2012-07-09 15:53:16 +04:00
committed by Eike Ziller
parent 889409f2cd
commit 67c4788755
7 changed files with 172 additions and 171 deletions

View File

@@ -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 \