logic: Show error updates during custom command indexing

* fixed code view showing all locations when switching view mode while showing errors
This commit is contained in:
Eberhard Graether
2018-12-17 00:27:16 +01:00
parent dd4a880ec3
commit 797bf2fee5
6 changed files with 35 additions and 10 deletions
+3
View File
@@ -49,6 +49,9 @@ public:
void startInjection() override;
void finishInjection() override;
void beforeErrorRecording();
void afterErrorRecording();
void setMode(const SqliteIndexStorage::StorageModeType mode);
FilePath getIndexDbFilePath() const;