view ConfigurationProcessing.hpp @ 64:b9515dc35fe4

Make sure no file has greater linewidth than 80.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Fri, 14 Sep 2012 22:50:45 +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