summaryrefslogtreecommitdiffstats
path: root/src/shared/util.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a few hacks to make it compile on Qt 5.12 againSimon Rettberg2022-10-311-0/+5
|
* Clean up and modernize codeSimon Rettberg2022-10-301-1/+4
| | | | | | | - static "new-style" signal->slot connections - Fix a lot of things Clang-Tidy complained about - Move includes to .cpp files and use forward decls in .h - Don't use <QtWidgets> and <QtCore>, but specific includes instead
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-1/+1
| | | | | | - Use nullptr instead of NULL for better warnings in case of mistakes - Get rid of VLAs which are not in C++11 actually - Fix implicit signed <-> unsigned mismatches by adding checks and casts
* Initial commitsr2013-02-041-0/+15