forked from qt-creator/qt-creator
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user