mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:29:16 +02:00
made requested changes
This commit is contained in:
parent
9a0fd78e41
commit
1f328cc923
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
QString SAVE_DIRECTORY = QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation) + "/" + BuildInfo::MODIFIED_ORGANIZATION + "/" + BuildInfo::INTERFACE_NAME + "/hifi-input-recordings/";
|
||||
QString FILE_PREFIX_NAME = "input-recording-";
|
||||
QString COMPRESS_EXTENSION = ".gz";
|
||||
QString COMPRESS_EXTENSION = "json.gz";
|
||||
namespace controller {
|
||||
|
||||
QJsonObject poseToJsonObject(const Pose pose) {
|
||||
|
|
Loading…
Reference in a new issue