mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +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"
|
||||
|
||||
/**jsdoc
|
||||
* @namespace Paths
|
||||
* @readonly
|
||||
* @property {string} resources The path to the resources directory.
|
||||
*/
|
||||
class PathUtils : public QObject, public Dependency {
|
||||
Q_OBJECT
|
||||
SINGLETON_DEPENDENCY
|
||||
|
|
Loading…
Reference in a new issue