kdeconnect-kde/daemon
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 Move the Telepathy infrastructure at the plugin level 2016-06-18 11:54:38 +02:00
kdeconnect.desktop Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
kdeconnectd.cpp Merge branch '1.x' 2017-07-12 11:37:41 +02:00
kdeconnectd.desktop.cmake Make member variable names, & placement and * placement more coherent 2017-09-03 21:45:08 +02:00
Messages.sh Fully replaced KDED for autostart + dbus activation, so we work outside KDE 2015-02-23 22:12:45 -08:00
org.kde.kdeconnect.service.in Make sure kdeconnectd gets started when required 2015-09-10 20:21:41 +02:00