src/main.cpp

changeset 205
1a4342d80de7
parent 204
52e10e8d88cc
child 206
654661eab7f3
--- a/src/main.cpp	Wed Jun 08 19:33:00 2022 +0300
+++ b/src/main.cpp	Wed Jun 08 20:41:21 2022 +0300
@@ -170,7 +170,7 @@
 	return title;
 }
 
-static ldraw::ColorTable loadColors(const LibraryManager* libraries)
+static ColorTable loadColors(const LibraryManager* libraries)
 {
 	QTextStream errors;
 	return libraries->loadColorTable(errors);
@@ -292,7 +292,7 @@
 	LibraryManager libraries{&mainWindow};
 	QByteArray documentSplitterState;
 	QStringList recentlyOpenedFiles;
-	ldraw::ColorTable colorTable;
+	ColorTable colorTable;
 	gl::RenderPreferences renderPreferences;
 	QMap<Model*, QItemSelectionModel*> itemSelectionModels;
 	ui.setupUi(&mainWindow);

mercurial