We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f06ca commit 8db4c50Copy full SHA for 8db4c50
1 file changed
src/Plugins/Qt/qt_floating_toast.hpp
@@ -1,6 +1,6 @@
1
2
/******************************************************************************
3
- * MODULE : qt_floating_toast.cpp
+ * MODULE : qt_floating_toast.hpp
4
* DESCRIPTION: Floating toast implementation
5
* COPYRIGHT : (C) 2026 Yuki Lu
6
*******************************************************************************
@@ -46,7 +46,7 @@ class QtFloatingToast : public QWidget {
46
QHBoxLayout* layout_ = nullptr;
47
QPropertyAnimation* fadeAnimation_= nullptr;
48
QTimer* hideTimer_ = nullptr;
49
- QMetaObject::Connection fadeConnection_;
+ QMetaObject::Connection fadeConnection_{};
50
Type type_= Success;
51
};
52
0 commit comments