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
Utilities
Kate
Commits
ef07c57e
Commit
ef07c57e
authored
Apr 12, 2021
by
Laurent Montel
Browse files
GIT_SILENT: not necessary to forward class when we already include file
parent
aa679960
Changes
4
Hide whitespace changes
Inline
Side-by-side
addons/externaltools/katetoolrunner.h
View file @
ef07c57e
...
...
@@ -17,7 +17,6 @@
#include
<memory>
class
KateExternalTool
;
class
QProcess
;
namespace
KTextEditor
{
class
View
;
...
...
addons/project/quickdialog.h
View file @
ef07c57e
...
...
@@ -13,8 +13,6 @@
#include
<QTreeView>
class
QAbstractItemModel
;
class
QTreeView
;
class
QLineEdit
;
namespace
KTextEditor
{
class
MainWindow
;
...
...
addons/replicode/replicodeview.h
View file @
ef07c57e
...
...
@@ -15,7 +15,6 @@
class
QListWidgetItem
;
class
QListWidget
;
class
QTemporaryFile
;
class
QProcess
;
class
QListWidget
;
class
QPushButton
;
class
QAction
;
...
...
addons/xmlcheck/plugin_katexmlcheck.h
View file @
ef07c57e
...
...
@@ -40,7 +40,6 @@
class
QTreeWidget
;
class
QTreeWidgetItem
;
class
QTemporaryFile
;
class
QProcess
;
class
PluginKateXMLCheckView
:
public
QObject
,
public
KXMLGUIClient
{
...
...
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