mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-21 11:16:35 +01:00
6874df57d7
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] |
||
---|---|---|
.. | ||
history.cpp | ||
history.h | ||
historyitem.cpp | ||
historyitem.h | ||
historymanager.cpp | ||
historymanager.h | ||
historymanager.ui | ||
historymenu.cpp | ||
historymenu.h | ||
historymodel.cpp | ||
historymodel.h | ||
historyview.cpp | ||
historyview.h | ||
webhistoryinterface.cpp | ||
webhistoryinterface.h |