mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-17 03:07:03 +01:00
Fix warning.
This commit is contained in:
parent
6e2b19f0fe
commit
b4bd7af18f
@ -462,6 +462,7 @@ QSqlDatabase DatabaseFactory::connection(const QString& connection_name, Desired
|
||||
|
||||
case UsedDriver::SQLITE:
|
||||
case UsedDriver::SQLITE_MEMORY:
|
||||
default:
|
||||
return sqliteConnection(connection_name, desired_type);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user