mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-15 18:58:55 +01:00
Nothing to see here ... *ahem*
This commit is contained in:
parent
c29742a739
commit
be73b351ed
@ -23,6 +23,7 @@ ScopedTransaction::ScopedTransaction(QSqlDatabase* db)
|
||||
: db_(db),
|
||||
pending_(true)
|
||||
{
|
||||
db->transaction();
|
||||
}
|
||||
|
||||
ScopedTransaction::~ScopedTransaction() {
|
||||
|
Loading…
Reference in New Issue
Block a user