summaryrefslogtreecommitdiffstats
path: root/src/networksettings/qnetworksettingsuseragent.h
diff options
context:
space:
mode:
authorRainer Keller <Rainer.Keller@qt.io>2016-10-24 15:54:18 +0200
committerRainer Keller <Rainer.Keller@qt.io>2016-10-31 07:55:37 +0000
commitc3007c5ecc24c43bb37e909298c73a3780bde1f9 (patch)
treeab13c596103d59ca46a4abb44badcab3039d15e0 /src/networksettings/qnetworksettingsuseragent.h
parent197bed092d8d88446d3708cd393c8f9c3a8d0491 (diff)
Fix compile error: No Qt keywords allowed in header files
Change-Id: I79dc9af286e6eca13524d29c478cac79e5d76707 Reviewed-by: Risto Avila <risto.avila@qt.io> Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'src/networksettings/qnetworksettingsuseragent.h')
-rw-r--r--src/networksettings/qnetworksettingsuseragent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/networksettings/qnetworksettingsuseragent.h b/src/networksettings/qnetworksettingsuseragent.h
index 7a91524..89b4d18 100644
--- a/src/networksettings/qnetworksettingsuseragent.h
+++ b/src/networksettings/qnetworksettingsuseragent.h
@@ -43,7 +43,7 @@ public:
QString passPhrase() const;
QString userName() const;
-signals:
+Q_SIGNALS:
void showUserCredentialsInput();
void error();
void ready(bool cancel);