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
48cd14f7
Commit
48cd14f7
authored
Jan 14, 2009
by
con
Browse files
Fixes: - HelloWorld compilation
parent
fbfcc9a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/helloworld/helloworldplugin.cpp
View file @
48cd14f7
...
...
@@ -33,7 +33,7 @@
#include
"helloworldplugin.h"
#include
<coreplugin/actionmanager/actionmanager
interface
.h>
#include
<coreplugin/actionmanager/actionmanager.h>
#include
<coreplugin/basemode.h>
#include
<coreplugin/coreconstants.h>
#include
<coreplugin/icore.h>
...
...
@@ -107,7 +107,7 @@ bool HelloWorldPlugin::initialize(const QStringList &arguments, QString *error_m
helloWorldMenu
->
addAction
(
command
);
// Request the Tools menu and add the Hello World menu to it
Core
::
I
ActionContainer
*
toolsMenu
=
Core
::
ActionContainer
*
toolsMenu
=
actionManager
->
actionContainer
(
Core
::
Constants
::
M_TOOLS
);
toolsMenu
->
addMenu
(
helloWorldMenu
);
...
...
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