mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-29 08:39:41 +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:
|
||||||
case UsedDriver::SQLITE_MEMORY:
|
case UsedDriver::SQLITE_MEMORY:
|
||||||
|
default:
|
||||||
return sqliteConnection(connection_name, desired_type);
|
return sqliteConnection(connection_name, desired_type);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user