qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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;
----
10 years ago
..
res
Download and applying updates, qtox-updater
11 years ago
windows
Download and applying updates, qtox-updater
11 years ago
main.cpp
Download and applying updates, qtox-updater
11 years ago
res.qrc
Download and applying updates, qtox-updater
11 years ago
serialize.cpp
Download and applying updates, qtox-updater
11 years ago
serialize.h
Download and applying updates, qtox-updater
11 years ago
settingsDir.cpp
Download and applying updates, qtox-updater
11 years ago
settingsDir.h
Download and applying updates, qtox-updater
11 years ago
update.cpp
Download and applying updates, qtox-updater
11 years ago
update.h
Download and applying updates, qtox-updater
11 years ago
updater.pro
Download and applying updates, qtox-updater
11 years ago
widget.cpp
Fix coding style and add copyright header
10 years ago
widget.h
Windows updater: Create backup and restore it on failure
11 years ago
widget.ui
Download and applying updates, qtox-updater
11 years ago