mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Add app icon to statistics window
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d5e48de567
commit
5e93e8c4af
1 changed files with 1 additions and 0 deletions
|
@ -847,6 +847,7 @@ void MainWindow::on_actionYearlyStatistics_triggered()
|
|||
d.setWindowFlags(Qt::Window | Qt::CustomizeWindowHint
|
||||
| Qt::WindowCloseButtonHint | Qt::WindowTitleHint);
|
||||
d.setWindowTitle(tr("Yearly statistics"));
|
||||
d.setWindowIcon(QIcon(":/subsurface-icon"));
|
||||
d.exec();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue