Remove unneeded this
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
About::About(QWidget *parent) : QDialog(parent) {
|
||||
|
||||
ui_.setupUi(this);
|
||||
setWindowFlags(this->windowFlags()|Qt::WindowStaysOnTopHint);
|
||||
setWindowFlags(windowFlags()|Qt::WindowStaysOnTopHint);
|
||||
setWindowTitle(tr("About Strawberry"));
|
||||
|
||||
strawberry_authors_ \
|
||||
|
||||
Reference in New Issue
Block a user