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
KPimTextEdit
Commits
6faf3393
Commit
6faf3393
authored
Apr 29, 2021
by
Laurent Montel
😁
Browse files
Use forward declaration here
parent
7f71e0d8
Pipeline
#60147
passed with stage
in 6 minutes and 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/tableactionmenu.cpp
View file @
6faf3393
...
...
@@ -15,6 +15,7 @@
#include <QIcon>
#include <QPointer>
#include <QTextEdit>
#include <QTextTable>
namespace
KPIMTextEdit
...
...
src/tableactionmenu.h
View file @
6faf3393
...
...
@@ -8,7 +8,7 @@
#pragma once
#include <KActionMenu>
#include <
QTextEdit
>
class
QTextEdit
;
namespace
KPIMTextEdit
{
class
TableActionMenuPrivate
;
...
...
Write
Preview
Markdown
is supported
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