Skip to content

Commit 63dc5d4

Browse files
deepin-ci-robot18202781743
authored andcommitted
sync: from linuxdeepin/dtkwidget
Synchronize source files from linuxdeepin/dtkwidget. Source-pull-request: linuxdeepin/dtkwidget#632
1 parent 274973a commit 63dc5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/dtitlebar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class DTitlebarPrivate : public DTK_CORE_NAMESPACE::DObjectPrivate
164164
QAction *darkThemeAction = nullptr;
165165
#endif
166166

167-
QWindow *targetWindowHandle = Q_NULLPTR;
167+
QPointer<QWindow> targetWindowHandle;
168168

169169
Qt::WindowFlags disableFlags;
170170
bool mousePressed = false;

0 commit comments

Comments
 (0)