summaryrefslogtreecommitdiff
path: root/src/app/main.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-09-13 12:15:09 +0200
committerEike Ziller <eike.ziller@qt.io>2016-09-13 12:15:09 +0200
commitc635c6b50a50d4fe77d1816c15f661e9460b3e5b (patch)
tree4c6da123b7ff00eb1371ae09ccc47b8217de6df2 /src/app/main.cpp
parent8edda219d9f63f7e735535f38eecb63912aa71b1 (diff)
parent181a17bbdcd407083769ae68fcb2eb8c76182df4 (diff)
downloadqt-creator-c635c6b50a50d4fe77d1816c15f661e9460b3e5b.tar.gz
Merge remote-tracking branch 'origin/4.1'
Conflicts: share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExtendedFunctionButton.qml src/plugins/android/androidrunner.cpp src/plugins/debugger/debuggerruncontrol.cpp src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.cpp src/plugins/qmlprofiler/qmlprofilerstatisticsmodel.h tests/system/suite_WELP/tst_WELP03/test.py Change-Id: Ibac4d71d4f4dbe1e4f05052d2f8a2dcfd82edd4c
Diffstat (limited to 'src/app/main.cpp')
-rw-r--r--src/app/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 126604b960..b0ff19def4 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -301,7 +301,8 @@ int main(int argc, char **argv)
{
const char *highDpiEnvironmentVariable = setHighDpiEnvironmentVariable();
- QLoggingCategory::setFilterRules(QLatin1String("qtc.*.debug=false"));
+ QLoggingCategory::setFilterRules(QLatin1String("qtc.*.debug=false\nqtc.*.info=false"));
+
#ifdef Q_OS_MAC
// increase the number of file that can be opened in Qt Creator.
struct rlimit rl;