kdeconnect-kde/core/backends
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
..
bluetooth Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
lan Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
loopback Clazy says all this QStringLiteral and QLatin1String were missing/wrong 2016-11-26 16:21:29 +01:00
devicelinereader.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
devicelinereader.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
devicelink.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
devicelink.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
linkprovider.cpp Reorganize sources 2014-06-14 15:22:40 +02:00
linkprovider.h Unused include cleanup 2016-07-05 14:13:48 +02:00
pairinghandler.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
pairinghandler.h Expose pairing state for devices 2017-01-25 00:22:22 +01:00