aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/corelib/tools/qbsassert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/corelib/tools/qbsassert.h b/src/lib/corelib/tools/qbsassert.h
index 82d2ac5e3..de75c173d 100644
--- a/src/lib/corelib/tools/qbsassert.h
+++ b/src/lib/corelib/tools/qbsassert.h
@@ -41,8 +41,8 @@
namespace qbs {
namespace Internal {
-void QBS_EXPORT writeAssertLocation(const char *condition, const char *file, int line);
-void QBS_EXPORT throwAssertLocation(const char *condition, const char *file, int line) Q_NORETURN;
+QBS_EXPORT void writeAssertLocation(const char *condition, const char *file, int line);
+QBS_EXPORT Q_NORETURN void throwAssertLocation(const char *condition, const char *file, int line);
} // namespace Internal
} // namespace qbs