Mercurial > dedupe
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ConfigurationProcessing.hpp Tue Aug 28 18:58:02 2012 +0200 @@ -0,0 +1,8 @@ +#ifndef CONFIGURATIONPROCESSING_HPP +#define CONFIGURATIONPROCESSING_HPP + +#include <QtCore/QString> + +QString processSetupVariables(const QString& inString); + +#endif //CONFIGURATIONPROCESSING_HPP
