summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-05-28 12:42:39 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-05-28 12:42:39 (GMT)
commitfa30c40e9a278db4daa5e4962f96c0a8bc91e03d (patch)
tree4b25659cfaf7a9fd85b5019e4801a27b6b064ff5 /Swift/QtUI/QtAboutWidget.h
parent109e50103d757d880e7ce390482951111dad1e22 (diff)
downloadswift-fa30c40e9a278db4daa5e4962f96c0a8bc91e03d.zip
swift-fa30c40e9a278db4daa5e4962f96c0a8bc91e03d.tar.bz2
Add copyright to about dialog
Diffstat (limited to 'Swift/QtUI/QtAboutWidget.h')
-rw-r--r--Swift/QtUI/QtAboutWidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/QtUI/QtAboutWidget.h b/Swift/QtUI/QtAboutWidget.h
index d154dd3..1800676 100644
--- a/Swift/QtUI/QtAboutWidget.h
+++ b/Swift/QtUI/QtAboutWidget.h
@@ -14,5 +14,8 @@ namespace Swift {
public:
QtAboutWidget();
+
+ private slots:
+ void handleLicenseClicked();
};
}