Replaced ProjectAttributes with ProjectLabels.

This commit is contained in:
Tats
2016-02-12 11:19:47 -05:00
parent 8dc7177ae9
commit 1caff94eba
7 changed files with 83 additions and 36 deletions

View File

@@ -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)
{