Welcome to mirror list, hosted at ThFree Co, Russian Federation.

qremaprofileparser.h « src - gitlab.com/Remmina/QRema.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1742f1cf62896328fcab0996ca0b9badd53a07d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef QREMAPROFILEPARSER_H
#define QREMAPROFILEPARSER_H

#include <glib.h>;

class QRemaProfileParser
{
public:
    QRemaProfileParser();
};

#endif // QREMAPROFILEPARSER_H