Nothing to see here ... *ahem*

This commit is contained in:
David Sansome 2010-04-14 22:19:07 +00:00
parent c29742a739
commit be73b351ed
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ ScopedTransaction::ScopedTransaction(QSqlDatabase* db)
: db_(db),
pending_(true)
{
db->transaction();
}
ScopedTransaction::~ScopedTransaction() {