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
libksieve
Commits
26c50673
Commit
26c50673
authored
Apr 29, 2021
by
Laurent Montel
😁
Browse files
Use forward declaration here
parent
ccf618b1
Pipeline
#60152
passed with stage
in 15 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ksieveui/autocreatescripts/sieveactions/widgets/addresslineedit.cpp
View file @
26c50673
...
...
@@ -8,6 +8,7 @@
#include <KLocalizedString>
#include <Libkdepim/LineEditCatchReturnKey>
#include <QHBoxLayout>
#include <QLineEdit>
using
namespace
KSieveUi
;
...
...
src/ksieveui/autocreatescripts/sieveactions/widgets/addresslineedit.h
View file @
26c50673
...
...
@@ -7,7 +7,7 @@
#include "ksieveui_private_export.h"
#include <KSieveUi/AbstractSelectEmailLineEdit>
#include <
QLineEdit
>
class
QLineEdit
;
namespace
KSieveUi
{
class
KSIEVEUI_TESTS_EXPORT
AddressLineEdit
:
public
AbstractSelectEmailLineEdit
...
...
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