diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-07-22 23:18:26 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-07-22 23:19:37 +0200 |
| commit | a3da855cddff3c3c71311af6ce3e7629a459024d (patch) | |
| tree | 7ed8cad6256f74fb83632f608891ceeb32e1f59a /src/gui_main.hh | |
| parent | d9e1e04c09a99b2a507e071f434fd394f4781051 (diff) | |
Add application config for GUI
QT5 stored in .config/org.the_jk/tp.Monitor.conf on Linux
GTK stored in dconf
Diffstat (limited to 'src/gui_main.hh')
| -rw-r--r-- | src/gui_main.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui_main.hh b/src/gui_main.hh index af35106..83c0f8d 100644 --- a/src/gui_main.hh +++ b/src/gui_main.hh @@ -10,6 +10,7 @@ #include "gui_attrtext.hh" #include "gui_window.hh" +class Config; class GuiListModel; class GuiMenu; class GuiStatusBar; @@ -59,6 +60,8 @@ public: virtual void add_to_clipboard(std::string const& data, std::string const& mimetype = "") = 0; + virtual Config* config() = 0; + protected: GuiMain() {} }; |
