X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=blobdiff_plain;f=src%2Fglobal%2Fvlp%2FQtConfigurationFinder.h;fp=src%2Fglobal%2Fvlp%2FQtConfigurationFinder.h;h=178df8a6213cf4ba6a40d01e4fa01fb2d00fc252;hp=0000000000000000000000000000000000000000;hb=1c031379a5928fe8a268f4b54bbef4b898a1ee20;hpb=3379d2caf9ee3a5b495144b395ccfa053fe699f0 diff --git a/src/global/vlp/QtConfigurationFinder.h b/src/global/vlp/QtConfigurationFinder.h new file mode 100644 index 0000000..178df8a --- /dev/null +++ b/src/global/vlp/QtConfigurationFinder.h @@ -0,0 +1,28 @@ +#ifndef __VLP_QTCONFIGURATIONFINDER_H +#define __VLP_QTCONFIGURATIONFINDER_H + +#include +#include "ConfigurationFinder.h" + +/** + * @file + * @brief Qt Configuration file finding utilities + * @author Rafał Długołęcki + */ + +namespace loglan { +namespace vlp { + +/** + * Qt implementation of ConfigurationFinder + */ +class QtConfigurationFinder : public ConfigurationFinder { +public: + virtual std::string getUserConfigurationDir(); +}; + +} +} + + +#endif /* __VLP_QTCONFIGURATIONFINDER_H */ \ No newline at end of file