ui: Fixed search related issues

* select elements when clicking into search bar
* fixed crash and single file mode clearing when fulltext search yields no results
This commit is contained in:
Eberhard Graether
2017-07-20 15:55:31 +02:00
parent 3c72ce7459
commit faae66b304
8 changed files with 65 additions and 14 deletions
@@ -257,6 +257,11 @@ void QtCodeNavigator::clearCodeSnippets()
m_singleHasNewFile = false;
}
void QtCodeNavigator::clearFile()
{
m_single->clearFile();
}
void QtCodeNavigator::clearCaches()
{
m_single->clearCache();