src/toolsets/filetoolset.cpp

changeset 1224
5a31b6d4bf81
parent 1222
34def2630300
child 1231
ce0c9f2e6b9c
--- a/src/toolsets/filetoolset.cpp	Thu Jan 04 22:42:01 2018 +0200
+++ b/src/toolsets/filetoolset.cpp	Thu Jan 04 22:52:04 2018 +0200
@@ -98,10 +98,10 @@
 
 void FileToolset::setLDrawPath()
 {
-	LDrawPathDialog* dialog = new LDrawPathDialog(config.lDrawPath(), true);
+	LDrawPathDialog* dialog = new LDrawPathDialog(config->lDrawPath(), true);
 
 	if (dialog->exec())
-		config.setLDrawPath(dialog->path());
+		config->setLDrawPath(dialog->path());
 }
 
 void FileToolset::exit()

mercurial