Fix warning.
This commit is contained in:
parent
6e2b19f0fe
commit
b4bd7af18f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue