ui: added loader animation gif to StatusBar

The loader animation can be activated by setting the showLoader flag on MessageStatus.
This commit is contained in:
Eberhard Graether
2015-04-28 20:26:31 +02:00
parent 791189c3c3
commit 749b1647e4
10 changed files with 49 additions and 20 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ Task::TaskState TaskParseCxx::update()
ss << fileRegister->getParsedFilesCount() << "/" << fileRegister->getFilesCount() << "] ";
ss << sourcePath;
MessageStatus(ss.str()).dispatch();
MessageStatus(ss.str(), false, true).dispatch();
m_parser.runTool(std::vector<std::string>(1, sourcePath));