Skip to content
Snippets Groups Projects
Commit 48cd14f7 authored by con's avatar con
Browse files

Fixes: - HelloWorld compilation

parent fbfcc9a4
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include "helloworldplugin.h" #include "helloworldplugin.h"
#include <coreplugin/actionmanager/actionmanagerinterface.h> #include <coreplugin/actionmanager/actionmanager.h>
#include <coreplugin/basemode.h> #include <coreplugin/basemode.h>
#include <coreplugin/coreconstants.h> #include <coreplugin/coreconstants.h>
#include <coreplugin/icore.h> #include <coreplugin/icore.h>
...@@ -107,7 +107,7 @@ bool HelloWorldPlugin::initialize(const QStringList &arguments, QString *error_m ...@@ -107,7 +107,7 @@ bool HelloWorldPlugin::initialize(const QStringList &arguments, QString *error_m
helloWorldMenu->addAction(command); helloWorldMenu->addAction(command);
// Request the Tools menu and add the Hello World menu to it // Request the Tools menu and add the Hello World menu to it
Core::IActionContainer *toolsMenu = Core::ActionContainer *toolsMenu =
actionManager->actionContainer(Core::Constants::M_TOOLS); actionManager->actionContainer(Core::Constants::M_TOOLS);
toolsMenu->addMenu(helloWorldMenu); toolsMenu->addMenu(helloWorldMenu);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment