summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent_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/qbluetoothservicediscoveryagent_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/qbluetoothservicediscoveryagent_p.h')
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent_p.h b/src/bluetooth/qbluetoothservicediscoveryagent_p.h
index bfd6d954..d878869d 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent_p.h
+++ b/src/bluetooth/qbluetoothservicediscoveryagent_p.h
@@ -135,7 +135,7 @@ private:
#endif
#ifdef QT_QNX_BLUETOOTH
-private Q_SLOTS:
+private slots:
void remoteDevicesChanged(int fd);
void controlReply(ppsResult result);
void controlEvent(ppsResult result);