summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothaddress.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix parameter type in QBluetoothAddress::qHash()Topi Reinio2023-09-051-1/+1
* Pre-program QBluetoothAddress to become a trivial class in Qt 7Marc Mutz2023-07-091-0/+3
* QBluetoothAddress: inline most functionsMarc Mutz2023-07-091-37/+6
* QBluetoothAddress: add qHash() as a proper hidden friendMarc Mutz2023-07-091-0/+8
* [docs] QBluetoothAddress: fix a grammer mistakeMarc Mutz2023-07-081-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Replace some length() calls with size()Marc Mutz2022-05-101-2/+2
* Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERNIvan Solovev2022-04-271-0/+2
* Rename streamingoperator to adhere to camelCaseAndreas Buhr2021-07-231-1/+1
* Make streaming operators hidden friends in QtBluetoothAndreas Buhr2021-03-121-1/+1
* Make comparison operators hidden friends in QtBluetoothAndreas Buhr2021-03-121-28/+21
* Convert QBLuetoothAddress ctors to constexpr & noexceptAlex Blasche2021-03-121-8/+5
* Remove private dptr from QBluetoothAddressAlex Blasche2021-03-121-36/+14
* Avoid calling qRegisterMetaType() each time we construct QBluetoothAddressAlex Blasche2021-03-121-11/+3
* Updated license headersAntti Kokko2016-01-201-14/+20
* Don't register meta types during static init time5.5Alex Blasche2015-11-301-6/+9
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()Alex Blasche2015-01-281-1/+1
* Add \since to all Qt Bluetooth classes which didn't have the tag yetAlex Blasche2014-09-261-0/+1
* Update license headers and add new licensesJani Heikkinen2014-08-241-19/+11
* Ensure that QBluetoothAddress debug operator can handle const refsAlex Blasche2014-05-161-1/+1
* Utilize QStringLiteral where possibleAlex Blasche2014-05-151-1/+1
* Add QDebug helper for QBluetoothAddressOleg Shparber2014-04-291-0/+12
* Fix coding style in QBluetoothOleg Shparber2014-04-231-10/+9
* Remove QtBluetooth and QtNfc namespace.Alex Blasche2013-09-091-2/+2
* Update Copyright headersAlex Blasche2013-06-251-1/+1
* Rename NFC and Bluetooth namespace macros.Aaron McCarthy2013-02-141-2/+2
* Qt Bluetooth: Created \qmlmodule and \module pagesJerome Pasion2012-09-291-3/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Language edits to the QDoc markupVenugopal Shivashankar2012-02-291-5/+5
* Modified the \brief text for the Bluetooth C++ classes and the QML elements.veshivas2012-02-281-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* added documentation and examplesMichael Zanetti2012-01-231-2/+1
* Update obsolete contact address.Jason McDonald2012-01-201-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* added Connectivity namespaces (QtBluetooth and QtNfc)Michael Zanetti2011-11-111-1/+5
* Initial commit.Michael Zanetti2011-08-241-0/+217