mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
parent
6a39b29acc
commit
ba3d405513
1 changed files with 2 additions and 4 deletions
|
@ -28,10 +28,8 @@ qmlMessageHandler(QtMsgType type, const QMessageLogContext &context, const QStri
|
||||||
if (
|
if (
|
||||||
// Surpress binding wrning for now, as we can't set restore mode to keep compat with
|
// Surpress binding wrning for now, as we can't set restore mode to keep compat with
|
||||||
// qt 5.10
|
// qt 5.10
|
||||||
msg.endsWith(
|
msg.contains(
|
||||||
"QML Binding: Not restoring previous value because restoreMode has not been set.This "
|
"QML Binding: Not restoring previous value because restoreMode has not been set.") ||
|
||||||
"behavior is deprecated.In Qt < 6.0 the default is Binding.RestoreBinding.In Qt >= "
|
|
||||||
"6.0 the default is Binding.RestoreBindingOrValue.") ||
|
|
||||||
// The default style has the point size set. If you use pixel size anywhere, you get
|
// The default style has the point size set. If you use pixel size anywhere, you get
|
||||||
// that warning, which is useless, since sometimes you need the pixel size to match the
|
// that warning, which is useless, since sometimes you need the pixel size to match the
|
||||||
// text to the size of the outer element for example. This is done in the avatar and
|
// text to the size of the outer element for example. This is done in the avatar and
|
||||||
|
|
Loading…
Reference in a new issue