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
c63788f0
Commit
c63788f0
authored
Jan 29, 2021
by
Christoph Cullmann
🐮
Browse files
turn off time output on console again
parent
664a10c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/search/plugin_search.cpp
View file @
c63788f0
...
...
@@ -924,10 +924,10 @@ void KatePluginSearchView::updateViewColors()
}
}
static
QElapsedTimer
s_timer
;
//
static QElapsedTimer s_timer;
void
KatePluginSearchView
::
startSearch
()
{
s_timer
.
start
();
//
s_timer.start();
// Forcefully stop any ongoing search or replace
m_folderFilesList
.
terminateSearch
();
...
...
@@ -1251,7 +1251,7 @@ void KatePluginSearchView::searchDone()
m_searchJustOpened
=
false
;
updateMatchMarks
();
qDebug
()
<<
"done:"
<<
s_timer
.
elapsed
();
//
qDebug() << "done:" << s_timer.elapsed();
}
void
KatePluginSearchView
::
searchWhileTypingDone
()
...
...
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