Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords
This commit is contained in:
@@ -26,7 +26,7 @@ class TestGuiPixmaps : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
private Q_SLOTS:
|
||||
private slots:
|
||||
void initTestCase();
|
||||
void testDatabaseIcons();
|
||||
void testEntryIcons();
|
||||
|
||||
Reference in New Issue
Block a user