diff --git a/src/gui/widgets/qlabel.cpp b/src/gui/widgets/qlabel.cpp index b3f63f74e..5e8e9cfe3 100644 --- a/src/gui/widgets/qlabel.cpp +++ b/src/gui/widgets/qlabel.cpp @@ -49,6 +49,7 @@ QLabelPrivate::QLabelPrivate() textDirty(false), isRichText(false), isTextLabel(false), + hasShortcut(false), textformat(Qt::AutoText), control(nullptr), textInteractionFlags(Qt::LinksAccessibleByMouse),