From d1d48ba62695572a2091867b827b1304b0da08d3 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 8 Apr 2011 00:40:33 +0200 Subject: fix window title --- pacman-c++/mainwidget.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'pacman-c++/mainwidget.cpp') 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() qApp->setStyleSheet(QLatin1String(css.readAll())); setLayout(layout); - //TODO: this doesn't work?!?! - setWindowTitle("FOOP Pacman Client"); } void MainWidget::updateScore() -- cgit v1.2.3