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
Network
Konqueror
Commits
ef88faed
Commit
ef88faed
authored
Aug 01, 2022
by
Stefano Crocco
Browse files
Fix header guards
parent
03caed91
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pluginmetadatautils.h
View file @
ef88faed
...
...
@@ -8,7 +8,6 @@
#ifndef PLUGINMETADATAUTILS_H
#define PLUGINMETADATAUTILS_H
#endif //PLUGINMETADATAUTILS_H
#include
<KPluginMetaData>
...
...
@@ -19,3 +18,5 @@ KPluginMetaData findPartById(const QString &id);
QDebug
operator
<<
(
QDebug
debug
,
const
KPluginMetaData
&
md
);
QDebug
operator
<<
(
QDebug
debug
,
const
QVector
<
KPluginMetaData
>
&
vec
);
#endif //PLUGINMETADATAUTILS_H
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