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
KPimTextEdit
Commits
6f5c60a2
Commit
6f5c60a2
authored
Jan 27, 2022
by
Laurent Montel
Browse files
Fix includes here too
parent
b0914c05
Pipeline
#129236
passed with stages
in 2 minutes and 48 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/emoticon/emoticonrecentusedfilterproxymodel.cpp
View file @
6f5c60a2
...
...
@@ -7,7 +7,6 @@
#include
"emoticonrecentusedfilterproxymodel.h"
#include
"emoticonunicodemodel.h"
#include
<KConfig>
#include
<KConfigGroup>
#include
<KSharedConfig>
using
namespace
KPIMTextEdit
;
...
...
src/emoticon/emoticonunicodemodel.cpp
View file @
6f5c60a2
...
...
@@ -5,7 +5,6 @@
*/
#include
"emoticonunicodemodel.h"
#include
<KLocalizedString>
using
namespace
KPIMTextEdit
;
EmoticonUnicodeModel
::
EmoticonUnicodeModel
(
QObject
*
parent
)
:
QAbstractListModel
(
parent
)
...
...
src/emoticon/emoticonunicodeproxymodel.cpp
View file @
6f5c60a2
...
...
@@ -5,7 +5,6 @@
*/
#include
"emoticonunicodeproxymodel.h"
#include
"emoticonunicodemodel.h"
#include
<QDebug>
using
namespace
KPIMTextEdit
;
EmoticonUnicodeProxyModel
::
EmoticonUnicodeProxyModel
(
QObject
*
parent
)
:
QSortFilterProxyModel
(
parent
)
...
...
src/emoticon/emoticonunicodetab.cpp
View file @
6f5c60a2
...
...
@@ -13,7 +13,6 @@
#include
"emoticonunicodeproxymodel.h"
#include
"textutils.h"
#include
<KLocalizedString>
#include
<QDebug>
using
namespace
KPIMTextEdit
;
EmoticonUnicodeTab
::
EmoticonUnicodeTab
(
QWidget
*
parent
)
...
...
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