ui: bookmarks

can now bookmark tokens
This commit is contained in:
wrongway88
2017-02-12 15:06:07 +01:00
parent e1d2c3a4e0
commit 97fd40fe9b
84 changed files with 5024 additions and 65 deletions
+2
View File
@@ -25,6 +25,8 @@ public:
virtual void showMessage(const std::string& message, bool isError, bool showLoader);
virtual void setErrorCount(ErrorCountInfo errorCount);
virtual void showIdeStatus(const std::string& message);
private:
void doShowMessage(const std::string& message, bool isError, bool showLoader);
void doSetErrorCount(ErrorCountInfo errorCount);