Skip to content

Commit 8db4c50

Browse files
committed
wip
1 parent e6f06ca commit 8db4c50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Plugins/Qt/qt_floating_toast.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/******************************************************************************
3-
* MODULE : qt_floating_toast.cpp
3+
* MODULE : qt_floating_toast.hpp
44
* DESCRIPTION: Floating toast implementation
55
* COPYRIGHT : (C) 2026 Yuki Lu
66
*******************************************************************************
@@ -46,7 +46,7 @@ class QtFloatingToast : public QWidget {
4646
QHBoxLayout* layout_ = nullptr;
4747
QPropertyAnimation* fadeAnimation_= nullptr;
4848
QTimer* hideTimer_ = nullptr;
49-
QMetaObject::Connection fadeConnection_;
49+
QMetaObject::Connection fadeConnection_{};
5050
Type type_= Success;
5151
};
5252

0 commit comments

Comments
 (0)