Chocobo1
|
0b1b3c1f84
|
Use numeric_limits instead of constants from C
In C++, using numeric_limits is more idiomatic compared to using constants.
|
2019-06-23 11:16:58 +08:00 |
|
thalieht
|
4370a7eb12
|
Forward declare in a few places
|
2019-06-04 17:48:55 +03:00 |
|
thalieht
|
70f1537d9f
|
Add const to almost all remaining vars and arguments that qualify
|
2019-02-25 17:05:15 +02:00 |
|
thalieht
|
1f36b8b89f
|
Combine qAsConst() with copyAsConst() to asConst()
|
2018-11-28 23:41:23 +02:00 |
|
thalieht
|
6b1d26d555
|
Convert all foreach() to range-based for()
|
2018-11-28 23:40:12 +02:00 |
|
Chocobo1
|
209e6a889a
|
Fix MSVC warning C4804
Full message of the warning:
webui\api\searchcontroller.cpp(54): warning C4804: '>': unsafe use of type 'bool'
in operation
|
2018-11-02 14:35:35 +08:00 |
|
Thomas Piccirello
|
0b6ae68801
|
Add WebUI search API controller
Closes #2495.
|
2018-09-30 20:07:27 -04:00 |
|