File indexing completed on 2024-05-12 16:01:59

0001 /*
0002  *  SPDX-FileCopyrightText: 2015 Boudewijn Rempt <boud@valdyas.org>
0003  *
0004  *  SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 #ifndef KRITAVERSIONWRAPPER_H
0007 #define KRITAVERSIONWRAPPER_H
0008 
0009 #include "kritaversion_export.h"
0010 #include <QString>
0011 
0012 namespace KritaVersionWrapper {
0013 
0014     KRITAVERSION_EXPORT QString versionString(bool checkGit = false);
0015 }
0016 
0017 #endif // KRITAVERSIONWRAPPER_H