ui: Show trial in window title
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user