ui: Show trial in window title

This commit is contained in:
Eberhard Graether
2017-02-14 11:02:19 +01:00
parent bd17bd3573
commit d0b49a68a3
2 changed files with 23 additions and 9 deletions
+2 -2
View File
@@ -52,8 +52,6 @@ public:
int handleDialog(const std::string& message);
int handleDialog(const std::string& message, const std::vector<std::string>& options);
void setTitle(const std::string& title);
bool isInTrial() const;
private:
@@ -75,6 +73,8 @@ private:
DialogView* getDialogView() const;
void logStorageStats() const;
void updateTitle();
const bool m_hasGUI;
ProjectFactory m_projectFactory;
std::shared_ptr<Project> m_project;