X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Fmacros.h;fp=src%2Fmacros.h;h=a827ac4a37cec909c235a5ecd641c26db1c3f1a8;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=0000000000000000000000000000000000000000;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/src/macros.h b/src/macros.h new file mode 100644 index 0000000..a827ac4 --- /dev/null +++ b/src/macros.h @@ -0,0 +1,17 @@ +#ifndef MACROS_H +#define MACROS_H + +#include + +class Macros { + public: + QString getPath(); + bool setPath(const QString&); + bool pathExists(const QString&); + QString get(); + QString help(); + + private: + QString macrosPath; +}; +#endif