summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/mainwidget.cpp')
-rw-r--r--pacman-c++/mainwidget.cpp2
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
151void MainWidget::updateScore() 149void MainWidget::updateScore()