Falkon Develop
Cross-platform Qt-based web browser
qzcommon.cpp
Go to the documentation of this file.
1/* ============================================================
2* Falkon - Qt web browser
3* Copyright (C) 2014-2018 David Rosca <nowrep@gmail.com>
4*
5* This program is free software: you can redistribute it and/or modify
6* it under the terms of the GNU General Public License as published by
7* the Free Software Foundation, either version 3 of the License, or
8* (at your option) any later version.
9*
10* This program is distributed in the hope that it will be useful,
11* but WITHOUT ANY WARRANTY; without even the implied warranty of
12* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13* GNU General Public License for more details.
14*
15* You should have received a copy of the GNU General Public License
16* along with this program. If not, see <http://www.gnu.org/licenses/>.
17* ============================================================ */
18#include "qzcommon.h"
19#include "../config.h"
20
21namespace Qz
22{
23const int sessionVersion = 0x0004;
24
25FALKON_EXPORT const char *APPNAME = "Falkon";
26FALKON_EXPORT const char *VERSION = FALKON_VERSION;
27FALKON_EXPORT const char *AUTHOR = "David Rosca";
28FALKON_EXPORT const char *COPYRIGHT = "2010-2018";
29FALKON_EXPORT const char *WWWADDRESS = "https://falkon.org";
30FALKON_EXPORT const char *BUGSADDRESS = "https://bugs.kde.org/describecomponents.cgi?product=Falkon";
31FALKON_EXPORT const char *WIKIADDRESS = "https://userbase.kde.org/Falkon";
32}
Definition: qzcommon.cpp:22
const int sessionVersion
Definition: qzcommon.cpp:23
FALKON_EXPORT const char * AUTHOR
Definition: qzcommon.cpp:27
FALKON_EXPORT const char * VERSION
Definition: qzcommon.cpp:26
FALKON_EXPORT const char * APPNAME
Definition: qzcommon.cpp:25
FALKON_EXPORT const char * BUGSADDRESS
Definition: qzcommon.cpp:30
FALKON_EXPORT const char * WIKIADDRESS
Definition: qzcommon.cpp:31
FALKON_EXPORT const char * WWWADDRESS
Definition: qzcommon.cpp:29
FALKON_EXPORT const char * COPYRIGHT
Definition: qzcommon.cpp:28
#define FALKON_EXPORT
Definition: qzcommon.h:28