From b30feab6e0889f57683dc2a15b8c33fddbd0820f Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 21 Aug 2015 14:46:03 -0700 Subject: [PATCH] Fix permissions on qalgorithms.h Commit 046f3254838715079b853ab4e15eed4ef464fb30 accidentally made it executable. Change-Id: I7de033f80b0e4431b7f1ffff13fc9872fa64ae9d Reviewed-by: Robin Burchell --- src/corelib/tools/qalgorithms.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/corelib/tools/qalgorithms.h diff --git a/src/corelib/tools/qalgorithms.h b/src/corelib/tools/qalgorithms.h old mode 100755 new mode 100644