summaryrefslogtreecommitdiff
path: root/plugingui/mainwindow.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-18 09:12:42 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-18 09:12:42 +0200
commite42c4bbe297997e1a9378d2c24694f1182f938bb (patch)
tree8fe370c1f1ea45fcf23fa409dd172fbd46c4ab1e /plugingui/mainwindow.h
parente1c74e7a6658f72abb3a5f76607bc9daf2b17b49 (diff)
Use ABOUT and AUTHORS files for "About" tab.
FIXME: The font cannot display all special characters in the author's names. We need to fix this.
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r--plugingui/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h
index 784254a..8e2c8c4 100644
--- a/plugingui/mainwindow.h
+++ b/plugingui/mainwindow.h
@@ -85,6 +85,8 @@ private:
bool closing{false};
+ Resource about{":../../ABOUT"};
+ Resource authors{":../../AUTHORS"};
Resource gpl{":../../COPYING"};
Font font;