Skip to content

Commit

Permalink
BugFix: Initialize LXQtTaskbarWlrootsWindow::parentWindow to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbritanicus committed Apr 22, 2024
1 parent 92577e9 commit b10a5da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class LXQtTaskbarWlrootsWindow : public QObject,

QIcon icon;
WindowProperties windowState;
WId parentWindow;
WId parentWindow = 0;

Q_SIGNALS:
void titleChanged();
Expand Down

0 comments on commit b10a5da

Please sign in to comment.