forked from qt-creator/qt-creator
Clean some trailing whitespace
Change-Id: I71bb0436ff06cb8981bf465ef42640b622a9f2bc Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
6886d0ac60
commit
b9f79cbd01
2
dist/known-issues
vendored
2
dist/known-issues
vendored
@@ -6,7 +6,7 @@ For a complete list of reported issues, see the Qt Bug Tracker:
|
|||||||
|
|
||||||
https://bugreports.qt-project.org/
|
https://bugreports.qt-project.org/
|
||||||
|
|
||||||
For a list of fixed issues and added features, see the changelog file in the qtcreator\dist folder or the Qt Bug Tracker.
|
For a list of fixed issues and added features, see the changelog file in the qtcreator\dist folder or the Qt Bug Tracker.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -201,7 +201,7 @@ unix {
|
|||||||
UI_DIR = $${OUT_PWD}/.uic
|
UI_DIR = $${OUT_PWD}/.uic
|
||||||
}
|
}
|
||||||
|
|
||||||
win32-msvc* {
|
win32-msvc* {
|
||||||
#Don't warn about sprintf, fopen etc being 'unsafe'
|
#Don't warn about sprintf, fopen etc being 'unsafe'
|
||||||
DEFINES += _CRT_SECURE_NO_WARNINGS
|
DEFINES += _CRT_SECURE_NO_WARNINGS
|
||||||
# Speed up startup time when debugging with cdb
|
# Speed up startup time when debugging with cdb
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
+
|
+
|
||||||
class QT_QTLOCKEDFILE_EXPORT QtLockedFile : public QFile
|
class QT_QTLOCKEDFILE_EXPORT QtLockedFile : public QFile
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@@ -41,4 +43,6 @@
|
@@ -41,4 +43,6 @@
|
||||||
LockMode m_lock_mode;
|
LockMode m_lock_mode;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ find "${rootdir}" -type f -a -executable | while read file ; do
|
|||||||
#echo "${file}"
|
#echo "${file}"
|
||||||
result=`eu-elflint --gnu-ld --strict "${file}" | grep -v RPATH`
|
result=`eu-elflint --gnu-ld --strict "${file}" | grep -v RPATH`
|
||||||
if test -n "${result}" ; then
|
if test -n "${result}" ; then
|
||||||
echo "${file}: ${result}"
|
echo "${file}: ${result}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user