Revert "Update QtQuick versions to match Qt 5.10"
This reverts commit 74e32dd96b.
This commit is contained in:
parent
31881e14d9
commit
6090d00251
41 changed files with 78 additions and 84 deletions
|
|
@ -8,16 +8,10 @@
|
|||
set -eu
|
||||
|
||||
FILES=$(find src -type f -type f \( -iname "*.cpp" -o -iname "*.h" \))
|
||||
QML_FILES=$(find resources -type f -iname "*.qml")
|
||||
|
||||
for f in $FILES
|
||||
do
|
||||
clang-format -i "$f"
|
||||
done;
|
||||
|
||||
for f in $QML_FILES
|
||||
do
|
||||
qmlformat -i $f
|
||||
done;
|
||||
|
||||
git diff --exit-code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue