Coding style fixes.

This commit is contained in:
Felix Geyer 2012-04-22 00:29:16 +02:00
parent c8ad27975a
commit 72defa375d
3 changed files with 5 additions and 2 deletions

View file

@ -188,7 +188,7 @@ void TestGroup::testDeleteSignals()
delete group2;
QCOMPARE(spyEntryAboutToRemove2.count(), 0);
QCOMPARE(spyEntryRemoved2.count(), 0);
delete db2;
}
KEEPASSX_QTEST_CORE_MAIN(TestGroup)