mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-17 01:09:36 -06:00
Avoid "unused parameter" warning
This commit is contained in:
@@ -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