Commit Graph

8 Commits

Author SHA1 Message Date
Robert Adam
59ae429972 MAINT: Update copyright notice to 2021
This was done by running scripts/updateLicenseHeaders.py and then
manually editing the LICENSE file.
2021-03-02 10:15:01 +01:00
Popkornium18
f966b3ef37 REFAC(shared): replace NULL with nullptr
This changes all occurances of NULL in the src source
dir to nullptr. Additionally explicit comparisons with NULL were
removed.
2020-07-02 12:19:16 +02:00
Davide Beatrici
4e67a2fafb Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Davide Beatrici
5a07244a44 Don't include PCH headers directly
According to Qt's documentation the PCH header doesn't need to be included.

From https://doc.qt.io/qt-5/qmake-precompiledheaders.html:

"To make your project use precompiled headers, you only need to define the PRECOMPILED_HEADER variable in your project file."

"qmake will handle the rest, to ensure the creation and use of the precompiled header file. You do not need to include the precompiled header file in HEADERS, as qmake will do this if the configuration supports precompiled headers."
2019-09-12 00:13:35 +02:00
Davide Beatrici
b427333257 Auto-update LICENSE.header in source files 2019-01-25 04:56:19 +01:00
Mikkel Krautz
3dd8f1d980 PlatformCheck: add a reference to the Wine wiki for our Wine detection code. 2018-01-04 16:58:02 +01:00
Mikkel Krautz
159be4bc4c PlatformCheck: do not assign QLibrary::resolve() retval to variable for wider compatibility.
Qt 4 uses 'void *' for this, Qt 5 uses QFunctionPointer -- a typedef to
'void (*)()'.
2018-01-04 12:09:39 +01:00
Mikkel Krautz
3c400f4f02 Add PlatformCheck class, for runtime platform detection. 2018-01-04 11:21:23 +01:00