mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-10 23:23:52 +01:00
Some changes.
This commit is contained in:
parent
ef8d94a1f2
commit
470f53fe1f
@ -433,6 +433,10 @@ void FormSettings::saveShortcuts() {
|
||||
}
|
||||
|
||||
void FormSettings::loadDataStorage() {
|
||||
onMysqlHostnameChanged(QString());
|
||||
onMysqlUsernameChanged(QString());
|
||||
onMysqlPasswordChanged(QString());
|
||||
|
||||
// Load SQLite.
|
||||
m_ui->m_cmbDatabaseDriver->addItem(
|
||||
tr("SQLite (embedded database)"), APP_DB_DRIVER_SQLITE);
|
||||
|
Loading…
Reference in New Issue
Block a user