Commit graph

7 commits

Author SHA1 Message Date
Albert Astals Cid 19d98d6a74 Run clang-format
find . \( -name "*.cpp" -or -name "*.h"  -or -name "*.c"  -or -name "*.cc" \) -exec clang-format -i {} \;

If you reached this file doing a git blame, please see README.clang-format (added 2 commits in the future of this one)
2020-07-11 09:17:33 +02:00
Albert Astals Cid 78cf6bd910 CI: enable more modernize checks
Since unfortunately some of the autogenerated includes don't pass the
checks we do a trick of building out of source and then specifying the
.*/okular/.* path as the only includes we care about
2019-12-18 12:51:13 +01:00
Albert Astals Cid 191a37fb52 Q_DECL_OVERRIDE -> override 2017-03-02 20:39:24 +01:00
Albert Vaca c71f308252 Fixes suggested by Clazy 2016-10-29 16:33:05 +02:00
Montel Laurent e03e6f6863 Use Q_DECL_OVERRIDE 2015-08-04 15:22:41 +02:00
Albert Astals Cid d28e1af956 Fixlets to the txt backend 2013-02-19 00:26:09 +01:00
Azat Khuzhin 74420f1baa Txt backend
BUGS: 261930
REVIEW: 109009
FIXED-IN: 4.11.0
2013-02-19 00:22:16 +01:00