Settings: emit HideCursorChanged()

This commit is contained in:
Michael Maltese
2017-05-31 23:49:06 -07:00
parent 14da8232f6
commit 833e38ed56
3 changed files with 19 additions and 3 deletions

View File

@ -71,6 +71,8 @@ public:
bool GetRenderToMain() const;
bool GetFullScreen() const;
QSize GetRenderWindowSize() const;
void SetHideCursor(bool hide_cursor);
bool GetHideCursor() const;
// Columns
bool& BannerVisible() const;
@ -111,6 +113,7 @@ public:
signals:
void PathAdded(const QString&);
void PathRemoved(const QString&);
void HideCursorChanged();
private:
Settings();