summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_unix.cpp
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-08-07 13:32:49 -0700
committerJake Petroules <jake.petroules@qt.io>2017-08-08 21:42:09 +0000
commit874837b4cc76b79a9b0f54f5c221c95d2a309c9d (patch)
tree77b2a92c3af80dfd531e32509f0634f4214d6b39 /src/corelib/io/qfilesystemengine_unix.cpp
parent38bfe7a2793f74fc1d42a83016c1aeda4dbd7d78 (diff)
Fix the safety check preventing apps from running on old OSes
This fixes an issue where iOS, watchOS, and tvOS versions would be mis-detected as 100 times their version (i.e. iOS 8.0 as iOS 800.0). Instead of protecting the branch in (version >= 100000) with a macOS ifdef, we can simply remove it entirely since Qt cannot be run on OSes where the old encoding was used (macOS < 10.10). Amends 8418a6335b3f8a029f48ee9b0a18500ddc760852 Change-Id: I32b307163c815799cb46c008b93f3b53d27c48b9 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/io/qfilesystemengine_unix.cpp')
0 files changed, 0 insertions, 0 deletions