mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-03 14:09:34 +02:00
Replaced ProjectAttributes with ProjectLabels.
This commit is contained in:
@@ -20,15 +20,6 @@
|
||||
#include "ProjectWriter.h"
|
||||
#include <sstream>
|
||||
|
||||
const char* ProjectAttributes::CLASS_NAME = "className";
|
||||
const char* ProjectAttributes::PAINTS = "paints";
|
||||
const char* ProjectAttributes::MAPPINGS = "mappings";
|
||||
const char* ProjectAttributes::ID = "id";
|
||||
const char* ProjectAttributes::PAINT_ID = "paintId";
|
||||
const char* ProjectAttributes::NAME = "name";
|
||||
const char* ProjectAttributes::SOURCE = "id";
|
||||
const char* ProjectAttributes::DESTINATION = "name";
|
||||
|
||||
ProjectWriter::ProjectWriter(MainWindow *window) :
|
||||
_window(window)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user