Krita Source Code Documentation
Loading...
Searching...
No Matches
KritaVersionWrapper.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2015 Boudewijn Rempt <boud@valdyas.org>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KRITAVERSIONWRAPPER_H
7#define KRITAVERSIONWRAPPER_H
8
9#include "kritaversion_export.h"
10#include <QString>
11
13
14 KRITAVERSION_EXPORT QString versionString(bool checkGit = false);
15 KRITAVERSION_EXPORT bool isDevelopersBuild();
16}
17
18#endif // KRITAVERSIONWRAPPER_H
KRITAVERSION_EXPORT bool isDevelopersBuild()
KRITAVERSION_EXPORT QString versionString(bool checkGit=false)