Merge remote-tracking branch 'origin/noggit-shadowlands' into fast-build

This commit is contained in:
ihm-tswow
2023-05-14 12:02:36 +02:00

View File

@@ -165,10 +165,10 @@ namespace Noggit
connect(ui->mysql_connect_test, &QPushButton::clicked, [this]
{
QMessageBox::warning(
this,
tr("Not implemented"),
tr("This is not implemented, i don't know what it is or what it does but it didn't compile."));
save_changes();
#ifdef USE_MYSQL_UID_STORAGE
mysql::testConnection();
#endif
}
);