diff options
Diffstat (limited to 'tests/testpicture.h')
-rw-r--r-- | tests/testpicture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testpicture.h b/tests/testpicture.h index d37eafd2e..055b48f2d 100644 --- a/tests/testpicture.h +++ b/tests/testpicture.h @@ -4,7 +4,7 @@ #include <QtTest> -class TestPicture : public QObject{ +class TestPicture : public QObject { Q_OBJECT private slots: void initTestCase(); |