Files
ResInsight/Fwk/AppFwk/cafProjectDataModel/cafPdmXml/cafInternalPdmFieldIoHelper.h
Magne Sjaastad 58149cbdb9 Copied in RPM/Fwk/AppFwk
Commented out use of stipple line, as VizFwk is not update yet
2015-07-29 14:19:43 +02:00

18 lines
320 B
C++

#pragma once
class QXmlStreamReader;
namespace caf
{
class PdmFieldIOHelper
{
public:
// Utility functions for reading from QXmlStreamReader
static void skipCharactersAndComments(QXmlStreamReader& xmlStream);
static void skipComments(QXmlStreamReader& xmlStream);
};
} // End of namespace caf