summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothhostinfo.h
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2012-06-27 13:59:25 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-02 00:52:36 +0200
commit5ba88d4d52e559a58a8349afdc30f06e55aa7f39 (patch)
treed6aa2244710ef6d288783bcaceaebf7df4f9b830 /src/bluetooth/qbluetoothhostinfo.h
parent0bd051858ee996caa14180ebcdca75e402c2bd93 (diff)
Rename getter functions for QBluetoothHostInfo
The previous name was not compliant with Qt naming standard. QBluetoothHostInfo::getAddress() -> address() QBluetoothHostInfo::getName() -> name() Change-Id: Ia130687c456e3ded398e685846a41de7ebb908e9 Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com> Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothhostinfo.h')
-rw-r--r--src/bluetooth/qbluetoothhostinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothhostinfo.h b/src/bluetooth/qbluetoothhostinfo.h
index 25655f1d..96ec4ffa 100644
--- a/src/bluetooth/qbluetoothhostinfo.h
+++ b/src/bluetooth/qbluetoothhostinfo.h
@@ -57,10 +57,10 @@ public:
QBluetoothHostInfo(const QBluetoothHostInfo &other);
~QBluetoothHostInfo();
- QBluetoothAddress getAddress() const;
+ QBluetoothAddress address() const;
void setAddress(const QBluetoothAddress &address);
- QString getName() const;
+ QString name() const;
void setName(const QString &name);
private: