mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-14 15:59:18 -05:00
Avoid "unused parameter" warning
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
|
||||
ui->label_version->setText(Application::versionInformation());
|
||||
}
|
||||
|
||||
void AboutDialog::showEvent(QShowEvent *e)
|
||||
void AboutDialog::showEvent(QShowEvent *)
|
||||
{
|
||||
this->adjustSize();
|
||||
this->setFixedSize(this->width(), this->height());
|
||||
|
||||
Reference in New Issue
Block a user