ui: statusbar

statusbar added, listen to status- , error-  and parsingfinishedmessages
This commit is contained in:
Andreas Stallinger
2014-11-24 16:35:46 +01:00
parent 048fcb28b4
commit af4e3f7676
30 changed files with 392 additions and 6 deletions
+2
View File
@@ -1,5 +1,7 @@
#include "data/search/SearchNode.h"
#include <algorithm>
#include "utility/text/Dictionary.h"
#include "data/search/SearchIndex.h"
+1
View File
@@ -2,6 +2,7 @@
#define SEARCH_RESULT_H
#include <set>
#include <stddef.h>
class SearchNode;