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
Utilities
KDiskFree
Commits
29d6da1a
Commit
29d6da1a
authored
Oct 22, 2020
by
Laurent Montel
😁
Browse files
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
967944b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/kwikdisk.cpp
View file @
29d6da1a
...
...
@@ -39,7 +39,6 @@
#include <KMessageBox>
#include <KIO/CommandLauncherJob>
#include <KShell>
#include <KStatusNotifierItem>
#include <KLocalizedString>
#include <QApplication>
...
...
src/stdoption.cpp
View file @
29d6da1a
...
...
@@ -30,7 +30,6 @@
#include <KConfigGroup>
#include <KSharedConfig>
#include <QString>
QString
CStdOption
::
mDefaultFileManager
=
QStringLiteral
(
"dolphin %m"
);
int
CStdOption
::
mDefaultUpdateFrequency
=
60
;
...
...
Write
Preview
Supports
Markdown
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