Some changes.
This commit is contained in:
parent
ef8d94a1f2
commit
470f53fe1f
@ -433,6 +433,10 @@ void FormSettings::saveShortcuts() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void FormSettings::loadDataStorage() {
|
void FormSettings::loadDataStorage() {
|
||||||
|
onMysqlHostnameChanged(QString());
|
||||||
|
onMysqlUsernameChanged(QString());
|
||||||
|
onMysqlPasswordChanged(QString());
|
||||||
|
|
||||||
// Load SQLite.
|
// Load SQLite.
|
||||||
m_ui->m_cmbDatabaseDriver->addItem(
|
m_ui->m_cmbDatabaseDriver->addItem(
|
||||||
tr("SQLite (embedded database)"), APP_DB_DRIVER_SQLITE);
|
tr("SQLite (embedded database)"), APP_DB_DRIVER_SQLITE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user