src: avoid indexing slowdown on macOS by not using unknown progress for progressbar in status bar

This commit is contained in:
Eberhard Graether
2018-07-24 03:36:27 +02:00
parent 0fc670bcd7
commit ac31bb6779
14 changed files with 34 additions and 67 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ public:
virtual void showIdeStatus(const std::wstring& message);
virtual void showIndexingProgress(bool unknownProgress, size_t progressPercent);
virtual void showIndexingProgress(size_t progressPercent);
virtual void hideIndexingProgress();
private: