From 997dd020c1e86c466f862d0f83da7d6474266d4a Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 2 Jan 2018 15:36:49 +0100 Subject: [PATCH] Fix source code file permissions Fix permissions after commit ffc8409aa58c04c1dd140001976b55925ac959f6 - our source files are not executable. Change-Id: Idc5103704256b6f73857b645c323492beaabe879 Reviewed-by: Friedemann Kleint --- src/corelib/io/qfilesystemengine_win.cpp | 0 tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/corelib/io/qfilesystemengine_win.cpp mode change 100755 => 100644 tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp diff --git a/src/corelib/io/qfilesystemengine_win.cpp b/src/corelib/io/qfilesystemengine_win.cpp old mode 100755 new mode 100644 diff --git a/tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp b/tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp old mode 100755 new mode 100644