Fixed: Introduction of namespace had broken compatibility with file format.

This commit is contained in:
Tats
2016-03-16 20:15:49 -04:00
parent f02933d9a4
commit 3e04d19797
6 changed files with 37 additions and 4 deletions
+1
View File
@@ -29,6 +29,7 @@ const QString MM::ORGANIZATION_DOMAIN = "mapmap.info";
const QString MM::FILE_EXTENSION = "mmp";
const QString MM::VIDEO_FILES_FILTER = "*.mov *.mp4 *.avi *.ogg *.ogv *.mpeg *.mpeg1 *.mpeg4 *.mpg *.mpg2 *.mp2 *.mjpq *.mjp *.wmv *sock";
const QString MM::IMAGE_FILES_FILTER = "*.jpg *.jpeg *.gif *.png *.tiff *.tif *.bmp";
const QString MM::NAMESPACE_PREFIX = QString("%1::").arg(TOSTRING(MM_NAMESPACE));
const QColor MM::WHITE("#f6f5f5");
const QColor MM::BLUE_GRAY("#323541");