Skip to content

Commit d07d78f

Browse files
author
Allen Winter
committed
tests/manual/messagemodeltest.h - add a FIXME for Q_RETURN
Q_RETURN macro causes compile errors on many configurations (not only MSVC but some clang as well)
1 parent e7cef9c commit d07d78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/manual/messagemodeltest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private slots:
4747
void generateDebug();
4848
void generateWarning();
4949
void generateCritical();
50-
void generateFatal();
50+
void generateFatal(); //FIXME: Q_RETURN fails on some configurations
5151
};
5252
}
5353

0 commit comments

Comments
 (0)