summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/task189996.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/task189996.h')
-rw-r--r--tests/auto/tools/moc/task189996.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/auto/tools/moc/task189996.h b/tests/auto/tools/moc/task189996.h
index 975d762fa8..01b210d6eb 100644
--- a/tests/auto/tools/moc/task189996.h
+++ b/tests/auto/tools/moc/task189996.h
@@ -43,10 +43,12 @@
#ifndef TASK189996_H
#define TASK189996_H
-#include <QObject>
-
-class InlineSlotsWithThrowDeclaration : public QObject {
- Q_OBJECT
+#include <QObject>
+
+class InlineSlotsWithThrowDeclaration : public QObject
+{
+ Q_OBJECT
+
public slots:
void a() throw() { }
void b() const throw() { }