summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/actionmanager/command.cpp
diff options
context:
space:
mode:
authorNikita Baryshnikov <nib952051@gmail.com>2014-10-15 12:46:18 +0400
committerhjk <hjk121@nokiamail.com>2014-10-15 16:34:14 +0200
commit8bbce4608fcf65c7c683bb6b23daffe21d080d15 (patch)
tree7e634c3d9eae22fa6ac15f385fae413d3f784a4e /src/plugins/coreplugin/actionmanager/command.cpp
parentae087f05579f92e0cc54688dda2c86c7685efd0d (diff)
downloadqt-creator-8bbce4608fcf65c7c683bb6b23daffe21d080d15.tar.gz
Remove probably outdated QShortcut include
Also take care about sibling include statements Change-Id: I513893ef710107310b63187cd5fa82c5e52fae0a Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/coreplugin/actionmanager/command.cpp')
-rw-r--r--src/plugins/coreplugin/actionmanager/command.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/coreplugin/actionmanager/command.cpp b/src/plugins/coreplugin/actionmanager/command.cpp
index 8f39effbcb..70b60d5c6c 100644
--- a/src/plugins/coreplugin/actionmanager/command.cpp
+++ b/src/plugins/coreplugin/actionmanager/command.cpp
@@ -36,7 +36,6 @@
#include <utils/hostosinfo.h>
#include <QAction>
-#include <QShortcut>
#include <QToolButton>
#include <QTextStream>
@@ -154,12 +153,6 @@
*/
/*!
- \fn QShortcut *Command::shortcut() const
- Returns the shortcut for this Command.
- If the Command represents an action, it returns null.
-*/
-
-/*!
\fn void Command::setAttribute(CommandAttribute attribute)
Adds \a attribute to the attributes of this Command.
\sa CommandAttribute