Remove probably outdated QShortcut include

Also take care about sibling include statements

Change-Id: I513893ef710107310b63187cd5fa82c5e52fae0a
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Nikita Baryshnikov
2014-10-15 12:46:18 +04:00
committed by hjk
parent ae087f0557
commit 8bbce4608f
8 changed files with 5 additions and 34 deletions

View File

@@ -36,7 +36,6 @@
#include <utils/hostosinfo.h>
#include <QAction>
#include <QShortcut>
#include <QToolButton>
#include <QTextStream>
@@ -153,12 +152,6 @@
no active action for the current context.
*/
/*!
\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.