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
PIM
KNotes
Commits
c8593370
Commit
c8593370
authored
Oct 04, 2021
by
Laurent Montel
😁
Browse files
Clean includes
parent
d83d54b6
Pipeline
#85063
passed with stage
in 10 minutes and 43 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/configdialog/knoteconfigdialog.cpp
View file @
c8593370
...
...
@@ -16,16 +16,11 @@
#include
<config-knotes.h>
#include
<KAuthorized>
#include
<KLocalizedString>
#include
<KNS3/DownloadDialog>
#include
<KPluginMetaData>
#include
<QCheckBox>
#include
<QLabel>
#include
<QLineEdit>
#include
<QPushButton>
#include
<QToolButton>
#include
<QVBoxLayout>
#include
<QWhatsThis>
KNoteConfigDialog
::
KNoteConfigDialog
(
const
QString
&
title
,
QWidget
*
parent
)
...
...
src/configdialog/knoteconfigdialog.h
View file @
c8593370
...
...
@@ -10,7 +10,6 @@
#include
"knotes_export.h"
#include
<KCModule>
#include
<KCMultiDialog>
class
KNOTES_EXPORT
KNoteConfigDialog
:
public
KCMultiDialog
...
...
src/knoteconfigmodule.cpp
View file @
c8593370
...
...
@@ -24,7 +24,6 @@
#include
<QCheckBox>
#include
<QLabel>
#include
<QLineEdit>
#include
<QPointer>
#include
<QPushButton>
#include
<QToolButton>
#include
<QVBoxLayout>
...
...
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