diff options
author | Marius Kintel <marius@kintel.net> | 2012-08-18 23:09:14 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-08-18 23:09:14 (GMT) |
commit | c1d5e82b4365bf9d0563e1c5927a99d3def91832 (patch) | |
tree | 2572414e50506df5ec426100a4b22827dda915d5 | |
parent | 3ac6b033b786347e1fb183a18fe80fd306f99f76 (diff) | |
parent | 8740ac3574c5249c9c22f5436d3b14f4f0563a66 (diff) |
Merge branch 'master' of github.com:openscad/openscad
-rw-r--r-- | src/AboutDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AboutDialog.h b/src/AboutDialog.h index 529d8b4..34122a0 100644 --- a/src/AboutDialog.h +++ b/src/AboutDialog.h @@ -7,7 +7,7 @@ class AboutDialog : public QDialog, public Ui::AboutDialog { Q_OBJECT; public: - AboutDialog(QWidget *parent) { + AboutDialog(QWidget *) { setupUi(this); this->aboutText->setOpenExternalLinks(true); QUrl flattr_qurl(":icons/flattr.png" ); |