From 8d487d31a4c757a7b1f4faad3af85737d32961d5 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Fri, 10 Mar 2017 15:58:42 +0100 Subject: Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords --- tests/TestCsvExporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/TestCsvExporter.h') diff --git a/tests/TestCsvExporter.h b/tests/TestCsvExporter.h index a8cfe7f25..39597f752 100644 --- a/tests/TestCsvExporter.h +++ b/tests/TestCsvExporter.h @@ -31,7 +31,7 @@ class TestCsvExporter : public QObject public: static const QString ExpectedHeaderLine; -private Q_SLOTS: +private slots: void init(); void initTestCase(); void cleanup(); -- cgit v1.2.3