From c55ad2000acabba055d205960a0d34e9d1424b57 Mon Sep 17 00:00:00 2001 From: EndrII <EndrIIMail@gmail.com> Date: Mon, 24 Jan 2022 11:04:07 +0300 Subject: [PATCH] fix windows build --- src/Core/doctorpill.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/doctorpill.h b/src/Core/doctorpill.h index a82eec0..1797c0e 100644 --- a/src/Core/doctorpill.h +++ b/src/Core/doctorpill.h @@ -20,7 +20,7 @@ namespace DP { * @brief version This method return string value of lib version * @return string value of lib version. */ - QString version(); + QString DOCTOR_PILL_EXPORT version(); } #endif // DOCTOR_PILL_H