view ConfigurationProcessing.hpp @ 67:2f45385195ae

Choose between static and dynamic compilation.
author Tom Fredrik Blenning Klaussen <bfg@bfgconsult.no>
date Sun, 23 Dec 2012 22:08:32 +0100
parents e5fa379d4030
children
line wrap: on
line source

#ifndef CONFIGURATIONPROCESSING_HPP
#define CONFIGURATIONPROCESSING_HPP

class QString;

QString processSetupVariables(const QString& inString);

#endif //CONFIGURATIONPROCESSING_HPP