Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestDeletedObjects.h')
-rw-r--r--tests/TestDeletedObjects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestDeletedObjects.h b/tests/TestDeletedObjects.h
index d96452093..61d864a67 100644
--- a/tests/TestDeletedObjects.h
+++ b/tests/TestDeletedObjects.h
@@ -27,7 +27,7 @@ class TestDeletedObjects : public QObject
Q_OBJECT
private:
- void createAndDelete(Database* db, int delObjectsSize);
+ void createAndDelete(QSharedPointer<Database> db, int delObjectsSize);
private slots:
void initTestCase();