use setWindowModified() to indicate modified state and window title
This commit is contained in:
committed by
Yorik van Havre
parent
bdebed7d17
commit
9469f0fdad
@@ -2537,7 +2537,7 @@ void MainWindow::setWindowTitle(const QString& string)
|
||||
}
|
||||
|
||||
if (!string.isEmpty()) {
|
||||
title = QString::fromUtf8("%1 - %2").arg(string, title);
|
||||
title = QString::fromUtf8("[*] %1 - %2").arg(string, title);
|
||||
}
|
||||
|
||||
QMainWindow::setWindowTitle(title);
|
||||
|
||||
Reference in New Issue
Block a user