trailing blanks removed

This commit is contained in:
Uwe Rathmann 2019-03-26 16:11:50 +01:00
parent 35990ac233
commit 58a942bb2d

View File

@ -84,7 +84,7 @@ void QskSubWindow::setWindowTitle( const QString& title )
{
m_data->windowTitle = title;
update();
update();
Q_EMIT windowTitleChanged();
}
}