Commit graph

9 commits

Author SHA1 Message Date
Ivailo Monev
a380f56792 assume Q_OS_UNIX is defined in most source files
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-11-07 22:55:39 +02:00
Ivailo Monev
9faee4d924 compiler warning fixes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-08-20 23:05:13 +03:00
Ivailo Monev
e02ce5c0e0 cleanup file engine, notably the Qt resource part
this is fixes QTBUG-11223, I also would like to take it step further
and make the resources requests prefixed with "qrc:/" so that the
check when to use QResourceFileEngine is even more reliable but
that will require backwards incompatible change so it will be done
in future release.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-01-11 20:39:33 +00:00
Ivailo Monev
86bf2c1c10 use correct type for flags in QFile::exists() and restore behaviour of QDir::exists() overload
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-01-10 01:12:14 +00:00
Ivailo Monev
e1b4131846 check type in QFile::exists() and QDir::exists()
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-01-09 01:38:03 +00:00
Ivailo Monev
d711d873c3 remove accidently added QDir test Makefile file 2020-01-08 00:34:59 +00:00
Ivailo Monev
f9fce78922 update copyright of recently added tests
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-01-08 00:32:32 +00:00
Ivailo Monev
386e6fc3d4 require strerror_r(), realpath() and unsetenv() from the host
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-01-06 01:26:40 +00:00
Ivailo Monev
5788b5091c add QDir test
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-01-03 03:16:27 +00:00