comparison ConfigurationProcessing.hpp @ 16:06166d6c083b

Add configuration processing. Cache DB values Add a custom RBTree to save space. Track multiple DB connections properly. More testing. Add ValueExistsException.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Tue, 28 Aug 2012 18:58:02 +0200
parents
children e5fa379d4030
comparison
equal deleted inserted replaced
15:199fc63c60c1 16:06166d6c083b
1 #ifndef CONFIGURATIONPROCESSING_HPP
2 #define CONFIGURATIONPROCESSING_HPP
3
4 #include <QtCore/QString>
5
6 QString processSetupVariables(const QString& inString);
7
8 #endif //CONFIGURATIONPROCESSING_HPP