mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Merge pull request #1305 from char101/bug/fix-compile-error-1
Fix compile error with vc++ 2013
This commit is contained in:
commit
e007620da4
|
@ -24,7 +24,7 @@ const int sessionVersionQt5 = 0x0003 | 0x050000;
|
|||
const int bookmarksVersion = 1;
|
||||
|
||||
const char* APPNAME = "QupZilla";
|
||||
const char* VERSION = QUPZILLA_VERSION;
|
||||
QUPZILLA_EXPORT const char* VERSION = QUPZILLA_VERSION;
|
||||
const char* BUILDTIME = __DATE__" "__TIME__;
|
||||
const char* AUTHOR = "David Rosca";
|
||||
const char* COPYRIGHT = "2010-2014";
|
||||
|
|
|
@ -63,7 +63,7 @@ extern const int sessionVersionQt5;
|
|||
extern const int bookmarksVersion;
|
||||
|
||||
extern const char* APPNAME;
|
||||
extern const char* VERSION;
|
||||
QUPZILLA_EXPORT extern const char* VERSION;
|
||||
extern const char* BUILDTIME;
|
||||
extern const char* AUTHOR;
|
||||
extern const char* COPYRIGHT;
|
||||
|
|
Loading…
Reference in New Issue
Block a user