kdeconnect-kde/core/backends/lan
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
..
CMakeLists.txt Initial working implementation of ssl 2015-07-05 18:53:53 +05:30
downloadjob.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
downloadjob.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
landevicelink.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
landevicelink.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
lanlinkprovider.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
lanlinkprovider.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
lanpairinghandler.cpp Fix warning because of missing enum value in switch 2017-02-18 15:32:55 +01:00
lanpairinghandler.h Missing Q_OBJECT macro 2016-11-26 16:36:34 +01:00
server.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
server.h More unused includes cleanup 2016-07-05 14:27:53 +02:00
socketlinereader.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
socketlinereader.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
uploadjob.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
uploadjob.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00