mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Change "FILENAME_PATH_FORMAT" to "vircadia..."
This commit is contained in:
parent
0d02f62ad5
commit
a710142871
1 changed files with 2 additions and 2 deletions
|
@ -42,9 +42,9 @@
|
|||
#include "Snapshot.h"
|
||||
#include "SnapshotUploader.h"
|
||||
|
||||
// filename format: hifi-snap-by-%username%-on-%date%_%time%_@-%location%.jpg
|
||||
// filename format: vircadia-snap-by-%username%-on-%date%_%time%_@-%location%.jpg
|
||||
// %1 <= username, %2 <= date and time, %3 <= current location
|
||||
const QString FILENAME_PATH_FORMAT = "hifi-snap-by-%1-on-%2.jpg";
|
||||
const QString FILENAME_PATH_FORMAT = "vircadia-snap-by-%1-on-%2.jpg";
|
||||
const QString DATETIME_FORMAT = "yyyy-MM-dd_hh-mm-ss";
|
||||
const QString SNAPSHOTS_DIRECTORY = "Snapshots";
|
||||
const QString URL = "highfidelity_url";
|
||||
|
|
Loading…
Reference in a new issue