kdeconnect-kde/interfaces
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
..
KDEConnect Reorganize sources 2014-06-14 15:22:40 +02:00
CMakeLists.txt Add remotekeyboard plugin 2017-01-23 09:08:27 +01:00
dbushelpers.h Introduce a URL handler and offer handling tel:/// urls 2017-06-09 13:42:16 +02:00
dbusinterfaces.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
dbusinterfaces.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
devicesmodel.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
devicesmodel.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
devicessortproxymodel.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
devicessortproxymodel.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
interfaces_debug.h Fix various krazy2 warnings 2015-08-21 22:38:54 +06:00
KDEConnectConfig.cmake.in Reorganize sources 2014-06-14 15:22:40 +02:00
modeltest.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
modeltest.h Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
notificationsmodel.cpp Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
notificationsmodel.h Only show notification title in plasmoid if different to app name 2017-08-22 18:18:34 +02:00