Skip to content

Commit

Permalink
tests/manual/messagemodeltest.h - add a FIXME for Q_RETURN
Browse files Browse the repository at this point in the history
Q_RETURN macro causes compile errors on many configurations
(not only MSVC but some clang as well)
  • Loading branch information
Allen Winter committed Jul 5, 2019
1 parent e7cef9c commit d07d78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manual/messagemodeltest.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private slots:
void generateDebug();
void generateWarning();
void generateCritical();
void generateFatal();
void generateFatal(); //FIXME: Q_RETURN fails on some configurations
};
}

Expand Down

0 comments on commit d07d78f

Please sign in to comment.