view ConfigurationProcessing.hpp @ 106:95fb1bcf7e24

Constant for turning follow symlinks on and off.
author Tom Fredrik Blenning Klaussen <bfg@bfgconsult.no>
date Tue, 18 Feb 2014 17:05:48 +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