Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
512f352c
Commit
512f352c
authored
Nov 08, 2010
by
con
Browse files
Avoid that anyone using action manager has to explicitly include uniqueidmanager
parent
6780cb88
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/actionmanager/actionmanager.h
View file @
512f352c
...
...
@@ -31,6 +31,7 @@
#define ACTIONMANAGER_H
#include
"coreplugin/core_global.h"
#include
"coreplugin/uniqueidmanager.h"
#include
<QtCore/QObject>
#include
<QtCore/QList>
...
...
@@ -46,7 +47,6 @@ namespace Core {
class
ActionContainer
;
class
Command
;
class
Context
;
class
Id
;
class
CORE_EXPORT
ActionManager
:
public
QObject
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment