From 404505ecf32722050af4391aa688d3acce1d8c3b Mon Sep 17 00:00:00 2001 From: dismine Date: Thu, 5 Jun 2014 09:48:40 +0300 Subject: [PATCH] Error when compile on Windows. --HG-- branch : develop --- src/app/version.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/version.h b/src/app/version.h index c3a089864..ab146190a 100644 --- a/src/app/version.h +++ b/src/app/version.h @@ -29,6 +29,8 @@ #ifndef VERSION_H #define VERSION_H +class QString; + extern const int MAJOR_VERSION; extern const int MINOR_VERSION; extern const int DEBUG_VERSION;