mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove the use of this->
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
634abb8bb2
commit
607c08bb25
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue