diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-17 13:12:53 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-17 13:12:53 +0200 |
commit | aa094a1cc6efdeeb72e8b14701f0314e92b696e7 (patch) | |
tree | 11688a58eb24a36dd473a1a1fd8807f1f10fe7cc /plugingui/mainwindow.h | |
parent | ce92bea49b5842105c667a613d0043fa0eba2b8f (diff) |
Draw version label in MainWindow instead of MainTab
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r-- | plugingui/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h index f922d4c..8a2f141 100644 --- a/plugingui/mainwindow.h +++ b/plugingui/mainwindow.h @@ -35,6 +35,7 @@ #include "texturedbox.h" #include "window.h" #include "maintab.h" +#include "font.h" namespace GUI { @@ -84,6 +85,8 @@ private: SettingsNotifier settings_notifier{settings}; Resource gpl{":../../COPYING"}; + + Font font; }; } // GUI:: |