kdeconnect-kde/core
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
..
backends Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
CMakeLists.txt Make Bluetooth optional 2017-05-24 23:54:59 +02:00
core_debug.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
core_debug.h Added debug function to print a stack trace 2016-06-01 12:43:34 +02:00
daemon.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
daemon.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
dbushelper.cpp Clazy says all this QStringLiteral and QLatin1String were missing/wrong 2016-11-26 16:21:29 +01:00
dbushelper.h Fix various krazy2 warnings 2015-08-21 22:38:54 +06:00
device.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
device.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
filetransferjob.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
filetransferjob.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
kdeconnectconfig.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
kdeconnectconfig.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
kdeconnectplugin.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
kdeconnectplugin.h Reduce API exposed through dbus 2017-01-10 18:15:01 +01:00
kdeconnectpluginconfig.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
kdeconnectpluginconfig.h Do not use a location under home as mount point 2017-02-18 16:14:51 +01:00
Messages.sh Figure out Messages.sh after code refactoring 2014-06-17 18:45:47 +02:00
networkpackage.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
networkpackage.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
networkpackagetypes.h Clazy says all this QStringLiteral and QLatin1String were missing/wrong 2016-11-26 16:21:29 +01:00
pluginloader.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
pluginloader.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00