summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/bluetoothdevice.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/bluetoothsettings/bluetoothdevice.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/bluetoothsettings/bluetoothdevice.h')
-rw-r--r--src/bluetoothsettings/bluetoothdevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetoothsettings/bluetoothdevice.h b/src/bluetoothsettings/bluetoothdevice.h
index 5a77d62..8519044 100644
--- a/src/bluetoothsettings/bluetoothdevice.h
+++ b/src/bluetoothsettings/bluetoothdevice.h
@@ -50,11 +50,11 @@ public:
Q_INVOKABLE void requestPairing(const QString& address);
Q_INVOKABLE void requestConnect(const QString& address);
Q_INVOKABLE void requestDisconnect(const QString& address);
-signals:
+Q_SIGNALS:
void poweredChanged();
void scanningChanged();
-public slots:
+public Q_SLOTS:
void deviceStateChanged(QBluetoothLocalDevice::HostMode state);
void scanFinished();
//These are not yet signaled