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
c29ec1ee
Commit
c29ec1ee
authored
Nov 06, 2022
by
Waqar Ahmed
Browse files
Remove unused stuff
(cherry picked from commit
1472c7e1
)
parent
5520a2e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/kateoutputview.h
View file @
c29ec1ee
...
...
@@ -9,7 +9,6 @@
#include
<QLineEdit>
#include
<QPointer>
#include
<QStandardItemModel>
#include
<QTextBrowser>
#include
<QTimer>
#include
<QWidget>
...
...
@@ -96,22 +95,9 @@ private:
*/
KateMainWindow
*
const
m_mainWindow
=
nullptr
;
/**
* Internal tree view to display the messages we get
*/
// KateOutputTreeView *m_messagesTreeView = nullptr;
// /**
// * Our message model, at the moment a standard item model
// */
// QStandardItemModel m_messagesModel;
// The text edit used to display messages
class
KateOutputEdit
*
m_textEdit
;
/**
* Our proxy model for filtering
*/
// QSortFilterProxyModel *m_proxyModel = nullptr;
/**
* fuzzy filter line edit
*/
...
...
@@ -127,13 +113,6 @@ private:
*/
int
m_showOutputViewForMessageType
=
1
;
/**
* cached categories + log levels to apply
* some optimization
*/
QVector
<
QString
>
m_seenLogTypes
;
QVector
<
QString
>
m_seenCategories
;
/**
* history size limit, < 0 is unlimited
*/
...
...
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