Skip to content

Commit

Permalink
xcb: make sure to update window title when it is changed
Browse files Browse the repository at this point in the history
Task-number: QTBUG-33775
Change-Id: Ibe346c4304532d031bfa1c9b4d73cd02d1e5a64f
Reviewed-by: Laszlo Agocs <[email protected]>
Reviewed-by: Shawn Rutledge <[email protected]>
  • Loading branch information
task-jp authored and ec1oud committed Jul 2, 2014
1 parent ddeb907 commit 5250e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/platforms/xcb/qxcbwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,7 @@ void QXcbWindow::setWindowTitle(const QString &title)
8,
ba.length(),
ba.constData()));
xcb_flush(xcb_connection());
}

void QXcbWindow::setWindowIcon(const QIcon &icon)
Expand Down

0 comments on commit 5250e4f

Please sign in to comment.