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
Utilities
Kate
Commits
32458bfe
Commit
32458bfe
authored
Dec 18, 2020
by
Christoph Cullmann
🐮
Browse files
remove unused timer
parent
f45a0c86
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/search/replace_matches.h
View file @
32458bfe
...
...
@@ -18,7 +18,6 @@
#ifndef _REPLACE_MATCHES_H_
#define _REPLACE_MATCHES_H_
#include
<QElapsedTimer>
#include
<QObject>
#include
<QRegularExpression>
#include
<QTreeWidget>
...
...
@@ -78,7 +77,6 @@ private:
QString
m_replaceText
;
bool
m_cancelReplace
=
false
;
bool
m_terminateReplace
=
false
;
QElapsedTimer
m_progressTime
;
};
#endif
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