Add src/apppaths.h
This commit is contained in:
parent
72b536fc50
commit
073f432298
9
src/apppaths.h
Normal file
9
src/apppaths.h
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#pragma once
|
||||||
|
#include <QString>
|
||||||
|
|
||||||
|
class AppPaths {
|
||||||
|
public:
|
||||||
|
static QString configRoot(); // ~/.config/xmb
|
||||||
|
static QString xmbRoot(); // ~/.config/xmb/XMB
|
||||||
|
static QString assetsRoot(); // ~/.config/xmb/assets
|
||||||
|
};
|
||||||
Loading…
x
Reference in New Issue
Block a user