summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2016-07-20 10:57:16 (GMT)
committerKevin Smith <kevin.smith@isode.com>2016-07-22 14:34:59 (GMT)
commit4e386af2f811d8fbaa91259e1300e9b080d71533 (patch)
treeba84e909916c914b52aa46593f853fd0b43aa7b9 /Swift/QtUI/QtAboutWidget.h
parentec8f583146104c318f6cbcc318a35bd090203e0a (diff)
downloadswift-4e386af2f811d8fbaa91259e1300e9b080d71533.zip
swift-4e386af2f811d8fbaa91259e1300e9b080d71533.tar.bz2
Add button to changelog dialog to about dialog
Test-Information: Tested with Qt 5.5.1 on OS X 10.11.5 and Qt 5.3.2 on Debian 8.5. Change-Id: I727bca574ec1433df01bc68e5da0c7678fdb9915
Diffstat (limited to 'Swift/QtUI/QtAboutWidget.h')
-rw-r--r--Swift/QtUI/QtAboutWidget.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Swift/QtUI/QtAboutWidget.h b/Swift/QtUI/QtAboutWidget.h
index 7d0d628..c8b0356 100644
--- a/Swift/QtUI/QtAboutWidget.h
+++ b/Swift/QtUI/QtAboutWidget.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010 Isode Limited.
+ * Copyright (c) 2010-2016 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
@@ -17,5 +17,9 @@ namespace Swift {
private slots:
void handleLicenseClicked();
+ void handleChangelogClicked();
+
+ private:
+ void openPlainTextWindow(const QString& path);
};
}