1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-23 02:32:10 +02:00
falkonOfficial/src/lib/downloads
nowrep 6874df57d7 [Coding Style] Edited coding style (use linux style brackets)
Linux style brackets are now used also for source files.
One line blocks can now be without brackets.

Example:

if (test)
    foo();

Multi-line if statements are now written with conditionals (||, &&, ...)
at the end of line. The last line of if body does not ends with closing
bracket, instead the closing bracket is written on separate line.
One line blocks in multi-line if statements should not be without brackets.

Example:

if (test ||
    test2 &&
    test3
   ) {
    foo();
}

[ci skip]
2014-04-05 14:53:45 +02:00
..
downloadfilehelper.cpp Include QDebug in qzcommon.h 2014-03-16 13:22:41 +01:00
downloadfilehelper.h [Code] Renamed qz_namespace.h to qzcommon.h 2014-02-26 20:03:20 +01:00
downloaditem.cpp [Coding Style] Edited coding style (use linux style brackets) 2014-04-05 14:53:45 +02:00
downloaditem.h [Code] Renamed qz_namespace.h to qzcommon.h 2014-02-26 20:03:20 +01:00
downloaditem.ui Coding style: Use empty QString() constructor instead of "" everywhere 2012-09-02 11:42:41 +02:00
downloadmanager.cpp [IconProvider] Use fallback oxygen icon theme (in oxygen-fallback.qrc) 2014-03-24 16:09:30 +01:00
downloadmanager.h [Code] Renamed qz_namespace.h to qzcommon.h 2014-02-26 20:03:20 +01:00
downloadmanager.ui Per-pixel scrolling in download manager 2012-05-28 15:23:04 +02:00
downloadoptionsdialog.cpp Updated copyright year to 2014 2014-01-11 16:11:42 +01:00
downloadoptionsdialog.h [Code] Renamed qz_namespace.h to qzcommon.h 2014-02-26 20:03:20 +01:00
downloadoptionsdialog.ui Added option to copy download link in download options dialog. 2013-10-17 17:20:50 +02:00