Remove the use of this->

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-04-24 19:57:50 -03:00
parent 634abb8bb2
commit 607c08bb25

View file

@ -26,7 +26,7 @@ MainWindow::MainWindow() : ui(new Ui::MainWindow()),
{
ui->setupUi(this);
ui->ListWidget->setModel(model);
this->setWindowIcon(QIcon(":subsurface-icon"));
setWindowIcon(QIcon(":subsurface-icon"));
// Just to test the star widgets, can be safely removed.
}