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
PIM
PIM IncidenceEditor
Commits
8835035e
Commit
8835035e
authored
Apr 29, 2021
by
Laurent Montel
Browse files
Use forward declaration when it's possible
parent
ce3a416c
Pipeline
#60144
passed with stage
in 7 minutes and 27 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
autotests/testindividualmaildialog.cpp
View file @
8835035e
...
...
@@ -8,6 +8,7 @@ SPDX-License-Identifier: LGPL-2.0-or-later
#include
<KGuiItem>
#include
<QComboBox>
#include
<QObject>
#include
<QTest>
...
...
src/incidenceresource.cpp
View file @
8835035e
...
...
@@ -15,6 +15,7 @@
#include
<KDescendantsProxyModel>
#include
<KEmailAddress>
#include
<QCompleter>
using
namespace
IncidenceEditorNG
;
...
...
src/individualmaildialog.cpp
View file @
8835035e
...
...
@@ -9,6 +9,8 @@
#include
<KGuiItem>
#include
<KLocalizedString>
#include
<QComboBox>
#include
<QDialogButtonBox>
#include
<QGridLayout>
#include
<QLabel>
#include
<QPushButton>
...
...
src/individualmaildialog.h
View file @
8835035e
...
...
@@ -9,13 +9,11 @@
#include
<KCalendarCore/Attendee>
#include
<QDialog>
#include
<QComboBox>
#include
<QDialogButtonBox>
class
KGuiItem
;
class
TestIndividualMailDialog
;
class
QDialogButtonBox
;
class
QComboBox
;
namespace
IncidenceEditorNG
{
// Shows a dialog with a question and the option to select which attendee should get the mail or to open a composer for him.
...
...
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