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

gitlab.com/Remmina/QRema.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/qremaprofileparser.h')
-rw-r--r--src/qremaprofileparser.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/qremaprofileparser.h b/src/qremaprofileparser.h
new file mode 100644
index 0000000..d1742f1
--- /dev/null
+++ b/src/qremaprofileparser.h
@@ -0,0 +1,12 @@
+#ifndef QREMAPROFILEPARSER_H
+#define QREMAPROFILEPARSER_H
+
+#include <glib.h>;
+
+class QRemaProfileParser
+{
+public:
+ QRemaProfileParser();
+};
+
+#endif // QREMAPROFILEPARSER_H