windows build fix

This commit is contained in:
stojce 2014-02-17 19:25:53 +01:00
parent 9e7597a6ad
commit 2ba7426757

View file

@ -14,8 +14,6 @@
#include <QFileInfo>
#include <QDebug>
#include <glm/glm.hpp>
// filename format: hifi-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@%3.jpg";