summaryrefslogtreecommitdiffstats
path: root/tools/configure/tools.h
blob: e95ff13f08c0e13c7f8f0789e78b3145a57547c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _TOOLS_H_
#define _TOOLS_H_

#include <QString>
#include <QStringList>
#include <QMap>


class Tools
{
public:
    static void checkLicense(QMap<QString,QString> &dictionary, QMap<QString,QString> &licenseInfo,
                             const QString &path);
};

#endif // _TOOLS_H_