Mercurial > dedupe
view 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 |
line wrap: on
line source
#ifndef CONFIGURATIONPROCESSING_HPP #define CONFIGURATIONPROCESSING_HPP #include <QtCore/QString> QString processSetupVariables(const QString& inString); #endif //CONFIGURATIONPROCESSING_HPP
