cafe-1.12.5 release

This commit is contained in:
2021-03-16 09:30:56 +01:00
parent 7504b0a539
commit 7ba4128448
106 changed files with 185064 additions and 183247 deletions

View File

@@ -5,20 +5,25 @@
/// \version CAFE 1.0.0
///
#include <config.h>
#if HAVE_LIBQTXML
#ifndef RESTOREPVGROUPXMLPARSER_H
#define RESTOREPVGROUPXMLPARSER_H
#include <config.h>
#if HAVE_LIBQTXML
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <PVGroup.h>
//include <QtXml/QXmlDefaultHandler>
#include <QXmlDefaultHandler>
#include <QtXml/QXmlDefaultHandler>
class restorePVGroupXMLParser : public QXmlDefaultHandler {
class restorePVGroupXMLParser : public QXmlDefaultHandler
{
public:
restorePVGroupXMLParser();
virtual ~restorePVGroupXMLParser();
@@ -29,7 +34,8 @@ public:
PVGroup group;
private:
enum {
enum
{
NotWaiting,
WaitingForConfig,
WaitingForNPV,