view ConfigurationProcessing.hpp @ 92:f49023c61dac

Support for bulk insertion.
author Tom Fredrik Blenning Klaussen <bfg@bfgconsult.no>
date Mon, 21 Oct 2013 20:03:39 +0200
parents e5fa379d4030
children
line wrap: on
line source

#ifndef CONFIGURATIONPROCESSING_HPP
#define CONFIGURATIONPROCESSING_HPP

class QString;

QString processSetupVariables(const QString& inString);

#endif //CONFIGURATIONPROCESSING_HPP