Some changes.
This commit is contained in:
parent
ef8d94a1f2
commit
470f53fe1f
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue