kdeconnect-kde/core/backends/bluetooth
Jean Vincent 72535ecf48 Make member variable names, & placement and * placement more coherent
Summary:
Change all member variables to the form m_fooBar because it is the preferred form in Qt (it was half and half between this and mFooBar, and a minority didn't have anything).
Place all references and pointers on the side of the type since it is the majority.

Basically:
 - mFoo -> m_foo
 - foo -> m_foo (if it is a member variable)
 - Type &ref -> Type& ref
 - Type *ptr -> Type* ptr

Reviewers: #kde_connect, nicolasfella, albertvaka

Reviewed By: #kde_connect, nicolasfella, albertvaka

Subscribers: albertvaka, #kde_connect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D7312
2017-09-03 21:45:08 +02:00
..
bluetoothdevicelink.cpp Adapt to new API in master 2017-05-24 23:54:58 +02:00
bluetoothdevicelink.h Adapt to new API in master 2017-05-24 23:54:58 +02:00
bluetoothdownloadjob.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
bluetoothdownloadjob.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
bluetoothlinkprovider.cpp Replace Q_FOREACH with C++11 range-for 2017-07-21 09:57:19 +02:00
bluetoothlinkprovider.h (Bluetooth) Remove compatibility with Qt < 5.4.0 2017-05-24 23:54:59 +02:00
bluetoothpairinghandler.cpp Port to newer api 2017-05-24 23:54:59 +02:00
bluetoothpairinghandler.h Set unique include guard 2017-05-24 23:54:59 +02:00
bluetoothuploadjob.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
bluetoothuploadjob.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
CMakeLists.txt Adapt to new API in master 2017-05-24 23:54:58 +02:00