mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:29:32 +02:00
Add docs to Paths
This commit is contained in:
parent
c6b64081fc
commit
75eafbb349
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
||||||
|
|
||||||
#include "DependencyManager.h"
|
#include "DependencyManager.h"
|
||||||
|
|
||||||
|
/**jsdoc
|
||||||
|
* @namespace Paths
|
||||||
|
* @readonly
|
||||||
|
* @property {string} resources The path to the resources directory.
|
||||||
|
*/
|
||||||
class PathUtils : public QObject, public Dependency {
|
class PathUtils : public QObject, public Dependency {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
SINGLETON_DEPENDENCY
|
SINGLETON_DEPENDENCY
|
||||||
|
|
Loading…
Reference in a new issue