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
Education
Cantor
Commits
3782766d
Commit
3782766d
authored
Jul 01, 2020
by
Shubham .
Browse files
Fix typo
parent
71c30b16
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/panelplugins/documentationpanel/documentationpanelplugin.cpp
View file @
3782766d
...
...
@@ -47,5 +47,5 @@ bool DocumentationPanelPlugin::showOnStartup()
return
true
;
}
K_PLUGIN_FACTORY_WITH_JSON
(
variablemanager
plugin
,
"documentationpanelplugin.json"
,
registerPlugin
<
DocumentationPanelPlugin
>
();)
K_PLUGIN_FACTORY_WITH_JSON
(
documentationpanel
plugin
,
"documentationpanelplugin.json"
,
registerPlugin
<
DocumentationPanelPlugin
>
();)
#include "documentationpanelplugin.moc"
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