Skip to content
GitLab
Menu
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
f8d751bb
Commit
f8d751bb
authored
Feb 27, 2010
by
Kai Koehne
Browse files
Fix compilation of HelloWorld plugin
parent
7eee2d3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/helloworld/helloworldplugin.cpp
View file @
f8d751bb
...
...
@@ -110,7 +110,7 @@ bool HelloWorldPlugin::initialize(const QStringList &arguments, QString *error_m
// it will unregister itself from the plugin manager when it is deleted.
Core
::
BaseMode
*
baseMode
=
new
Core
::
BaseMode
;
baseMode
->
setId
(
QLatin1String
(
"HelloWorld.HelloWorldMode"
));
baseMode
->
setName
(
tr
(
"Hello world!"
));
baseMode
->
set
Display
Name
(
tr
(
"Hello world!"
));
baseMode
->
setIcon
(
QIcon
());
baseMode
->
setPriority
(
0
);
baseMode
->
setWidget
(
new
QPushButton
(
tr
(
"Hello World PushButton!"
)));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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