Fix UserProfile resizing

This commit is contained in:
Nicolas Werner 2020-03-31 00:38:17 +02:00
parent 94f5b25888
commit 31a5972f2a
2 changed files with 9 additions and 13 deletions

View file

@ -29,7 +29,8 @@ qmlMessageHandler(QtMsgType type, const QMessageLogContext &context, const QStri
if (msg.endsWith(
"QML Binding: Not restoring previous value because restoreMode has not been set.This "
"behavior is deprecated.In Qt < 6.0 the default is Binding.RestoreBinding.In Qt >= "
"6.0 the default is Binding.RestoreBindingOrValue.") || msg.endsWith("Both point size and pixel size set. Using pixel size."))
"6.0 the default is Binding.RestoreBindingOrValue.") ||
msg.endsWith("Both point size and pixel size set. Using pixel size."))
return;
switch (type) {