Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords
This commit is contained in:
@@ -29,7 +29,7 @@ class TestDeletedObjects : public QObject
|
||||
private:
|
||||
void createAndDelete(Database* db, int delObjectsSize);
|
||||
|
||||
private Q_SLOTS:
|
||||
private slots:
|
||||
void initTestCase();
|
||||
void testDeletedObjectsFromFile();
|
||||
void testDeletedObjectsFromNewDb();
|
||||
|
||||
Reference in New Issue
Block a user