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: e57926d3d22e667e32519334beb5b70eb73adc61 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef QREMAPROFILEPARSER_H
#define QREMAPROFILEPARSER_H


class QRemaProfileParser
{
public:
    QRemaProfileParser();
};

#endif // QREMAPROFILEPARSER_H