summaryrefslogtreecommitdiff
path: root/src/plugins/cpaster
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-10-25 16:07:21 +0200
committerEike Ziller <eike.ziller@qt.io>2017-10-25 16:07:21 +0200
commit7f626b1182cae5407fa5495b264aa3d9170aa09d (patch)
tree9a87c924c34adf333a2bd33200a31afb29af511a /src/plugins/cpaster
parent81f5c1c8ec19bb58fc4cfb607e2c2f8ebf5cc6d8 (diff)
parentdd6092371374212b407ff248ba1fa5ba8fde795d (diff)
downloadqt-creator-7f626b1182cae5407fa5495b264aa3d9170aa09d.tar.gz
Merge remote-tracking branch 'origin/4.5'
Change-Id: Iceaa4ca40b5318744bde8a76c6d3ccca08df71bb
Diffstat (limited to 'src/plugins/cpaster')
-rw-r--r--src/plugins/cpaster/authenticationdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/cpaster/authenticationdialog.h b/src/plugins/cpaster/authenticationdialog.h
index f52dbaef24..abab5b515e 100644
--- a/src/plugins/cpaster/authenticationdialog.h
+++ b/src/plugins/cpaster/authenticationdialog.h
@@ -35,6 +35,8 @@ namespace CodePaster {
class AuthenticationDialog : public QDialog
{
+ Q_OBJECT
+
public:
AuthenticationDialog(const QString &details, QWidget *parent = nullptr);