Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma SDK
Commits
b85f7fab
Commit
b85f7fab
authored
Oct 23, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
cd100d23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
cuttlefish/src/editorplugin/cuttlefishplugin.cpp
cuttlefish/src/editorplugin/cuttlefishplugin.cpp
+0
-3
No files found.
cuttlefish/src/editorplugin/cuttlefishplugin.cpp
View file @
b85f7fab
...
...
@@ -7,15 +7,12 @@
#include "cuttlefishplugin.h"
#include <KTextEditor/Application>
#include <KTextEditor/Document>
#include <KTextEditor/Editor>
#include <KTextEditor/View>
#include <KLocalizedString>
#include <KPluginFactory>
#include <QAction>
#include <QProcess>
#include <QStandardPaths>
K_PLUGIN_FACTORY_WITH_JSON
(
CuttleFishPluginFactory
,
"cuttlefishplugin.json"
,
registerPlugin
<
CuttleFishPlugin
>
();)
...
...
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