diff options
| author | manuel <manuel@mausz.at> | 2011-04-08 00:40:33 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-08 00:40:33 +0200 |
| commit | d1d48ba62695572a2091867b827b1304b0da08d3 (patch) | |
| tree | 9b1b70e4467c4937d6ca22419b143bcb8c935a82 /pacman-c++/mainwidget.cpp | |
| parent | dd99879ab004dd1d81b5942ad35d5ea6c1476c10 (diff) | |
| download | foop-d1d48ba62695572a2091867b827b1304b0da08d3.tar.gz foop-d1d48ba62695572a2091867b827b1304b0da08d3.tar.bz2 foop-d1d48ba62695572a2091867b827b1304b0da08d3.zip | |
fix window title
Diffstat (limited to 'pacman-c++/mainwidget.cpp')
| -rw-r--r-- | pacman-c++/mainwidget.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pacman-c++/mainwidget.cpp b/pacman-c++/mainwidget.cpp index 537c5ad..ddce051 100644 --- a/pacman-c++/mainwidget.cpp +++ b/pacman-c++/mainwidget.cpp | |||
| @@ -144,8 +144,6 @@ void MainWidget::createGui() | |||
| 144 | qApp->setStyleSheet(QLatin1String(css.readAll())); | 144 | qApp->setStyleSheet(QLatin1String(css.readAll())); |
| 145 | 145 | ||
| 146 | setLayout(layout); | 146 | setLayout(layout); |
| 147 | //TODO: this doesn't work?!?! | ||
| 148 | setWindowTitle("FOOP Pacman Client"); | ||
| 149 | } | 147 | } |
| 150 | 148 | ||
| 151 | void MainWidget::updateScore() | 149 | void MainWidget::updateScore() |
