From fe2071c4b2c96d333b7f74dd62cd0f4531a52f95 Mon Sep 17 00:00:00 2001 From: Kim Kirwan Date: Mon, 11 Nov 2019 04:22:22 -0600 Subject: [PATCH] Remove Execute Permissions from Non-Executables No source code changes. Removed execute permissions from 7 files total: *.pro and *.pri files (4) main.cpp (2) *.txt file (1) Signed-off-by: Kim Kirwan --- SingleApplication/examples/basic/basic.pro | 0 SingleApplication/examples/basic/main.cpp | 0 SingleApplication/examples/sending_arguments/main.cpp | 0 .../examples/sending_arguments/sending_arguments.pro | 0 dev_doc/ID_of_QUndoCommand.txt | 0 sources/PropertiesEditor/PropertiesEditor.pri | 0 sources/QPropertyUndoCommand/QPropertyUndoCommand.pri | 0 7 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 SingleApplication/examples/basic/basic.pro mode change 100755 => 100644 SingleApplication/examples/basic/main.cpp mode change 100755 => 100644 SingleApplication/examples/sending_arguments/main.cpp mode change 100755 => 100644 SingleApplication/examples/sending_arguments/sending_arguments.pro mode change 100755 => 100644 dev_doc/ID_of_QUndoCommand.txt mode change 100755 => 100644 sources/PropertiesEditor/PropertiesEditor.pri mode change 100755 => 100644 sources/QPropertyUndoCommand/QPropertyUndoCommand.pri diff --git a/SingleApplication/examples/basic/basic.pro b/SingleApplication/examples/basic/basic.pro old mode 100755 new mode 100644 diff --git a/SingleApplication/examples/basic/main.cpp b/SingleApplication/examples/basic/main.cpp old mode 100755 new mode 100644 diff --git a/SingleApplication/examples/sending_arguments/main.cpp b/SingleApplication/examples/sending_arguments/main.cpp old mode 100755 new mode 100644 diff --git a/SingleApplication/examples/sending_arguments/sending_arguments.pro b/SingleApplication/examples/sending_arguments/sending_arguments.pro old mode 100755 new mode 100644 diff --git a/dev_doc/ID_of_QUndoCommand.txt b/dev_doc/ID_of_QUndoCommand.txt old mode 100755 new mode 100644 diff --git a/sources/PropertiesEditor/PropertiesEditor.pri b/sources/PropertiesEditor/PropertiesEditor.pri old mode 100755 new mode 100644 diff --git a/sources/QPropertyUndoCommand/QPropertyUndoCommand.pri b/sources/QPropertyUndoCommand/QPropertyUndoCommand.pri old mode 100755 new mode 100644