mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:17:02 +02:00
7 lines
152 B
C++
7 lines
152 B
C++
#include "PathUtils.h"
|
|
|
|
#include <QDebug>
|
|
|
|
QString PathUtils::resourcePath(const QString& source) {
|
|
return QString(RESOURCE_PREFIX_URL + source);
|
|
}
|