1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/updater
Zetok Zalbavar f3aa3073b0
Fix coding style and add copyright header
* added copyright header to src/platform/statusnotifier/enums.c
* 'switch(' → 'switch ('
* use Allman style

----
for / if / while / switch () {
 ↓
for / if / while / switch ()
{
----

----
for / if / while ()
{
    1_line;
}
 ↓
for / if / while ()
    1_line;

----

----
for / if / while ()
    1_line;
line_out_of_loop;
 ↓
for / if / while ()
    1_line;

line_out_of_loop;
----
2015-03-21 08:59:28 +00:00
..
res Download and applying updates, qtox-updater 2014-11-09 23:24:39 +01:00
windows Download and applying updates, qtox-updater 2014-11-09 23:24:39 +01:00
main.cpp Download and applying updates, qtox-updater 2014-11-09 23:24:39 +01:00
res.qrc Download and applying updates, qtox-updater 2014-11-09 23:24:39 +01:00
serialize.cpp Download and applying updates, qtox-updater 2014-11-09 23:24:39 +01:00
serialize.h Download and applying updates, qtox-updater 2014-11-09 23:24:39 +01:00
settingsDir.cpp Download and applying updates, qtox-updater 2014-11-09 23:24:39 +01:00
settingsDir.h Download and applying updates, qtox-updater 2014-11-09 23:24:39 +01:00
update.cpp Download and applying updates, qtox-updater 2014-11-09 23:24:39 +01:00
update.h Download and applying updates, qtox-updater 2014-11-09 23:24:39 +01:00
updater.pro Download and applying updates, qtox-updater 2014-11-09 23:24:39 +01:00
widget.cpp Fix coding style and add copyright header 2015-03-21 08:59:28 +00:00
widget.h Windows updater: Create backup and restore it on failure 2014-11-16 11:24:15 +01:00
widget.ui Download and applying updates, qtox-updater 2014-11-09 23:24:39 +01:00