diff options
Diffstat (limited to 'compat/base-path.hpp')
-rw-r--r-- | compat/base-path.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/compat/base-path.hpp b/compat/base-path.hpp new file mode 100644 index 00000000..3dbf2a3f --- /dev/null +++ b/compat/base-path.hpp @@ -0,0 +1,9 @@ +#pragma once + +#include "macros.hpp" +#include <QString> +#include "export.hpp" + +OTR_COMPAT_EXPORT +never_inline +const QString& application_base_path(); |