summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice_p.h
diff options
context:
space:
mode:
authorOleg Shparber <trollixx@gmail.com>2014-04-29 01:52:14 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-29 12:22:45 +0200
commit0e60ecb374b15d488cc0e10b73458e550698aec6 (patch)
tree7e1b92792e1b96e7c6470cc4191d36c7baa2fa34 /src/bluetooth/qbluetoothlocaldevice_p.h
parent19a8f2f275f258a11c7f3a6d4d586c41ecc1cd5d (diff)
Replace Q_SIGNALS/Q_SLOTS with signals/slots in private headers
This patch fixes private headers accordingly to coding guidelines Change-Id: Id428e162207a7ae70ccfbcb172d28cab79739818 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothlocaldevice_p.h')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice_p.h b/src/bluetooth/qbluetoothlocaldevice_p.h
index 53d09f6f..24b42670 100644
--- a/src/bluetooth/qbluetoothlocaldevice_p.h
+++ b/src/bluetooth/qbluetoothlocaldevice_p.h
@@ -138,7 +138,7 @@ public:
QBluetoothLocalDevice::HostMode currentMode;
int pendingHostModeChange;
-public Q_SLOTS: // METHODS
+public slots:
void Authorize(const QDBusObjectPath &in0, const QString &in1);
void Cancel();
void ConfirmModeChange(const QString &in0);