Skip to content

Commit

Permalink
sync: from linuxdeepin/dtkwidget
Browse files Browse the repository at this point in the history
Synchronize source files from linuxdeepin/dtkwidget.

Source-pull-request: linuxdeepin/dtkwidget#632
  • Loading branch information
deepin-ci-robot authored and 18202781743 committed Jan 14, 2025
1 parent 274973a commit 63dc5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/dtitlebar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class DTitlebarPrivate : public DTK_CORE_NAMESPACE::DObjectPrivate
QAction *darkThemeAction = nullptr;
#endif

QWindow *targetWindowHandle = Q_NULLPTR;
QPointer<QWindow> targetWindowHandle;

Qt::WindowFlags disableFlags;
bool mousePressed = false;
Expand Down

0 comments on commit 63dc5d4

Please sign in to comment.