src/documentmanager.cpp

changeset 1016
3b279b5e57d3
parent 1014
f0a8ecb6a357
child 1017
fc1c13db9618
--- a/src/documentmanager.cpp	Sat Feb 13 04:06:49 2016 +0200
+++ b/src/documentmanager.cpp	Sat Feb 13 04:14:43 2016 +0200
@@ -298,7 +298,8 @@
 	return objs;
 }
 
-LDDocument* DocumentManager::openDocument (QString path, bool search, bool implicit, LDDocument* fileToOverride, bool* aborted)
+LDDocument* DocumentManager::openDocument (QString path, bool search, bool implicit, LDDocument* fileToOverride,
+										   bool* aborted)
 {
 	// Convert the file name to lowercase when searching because some parts contain subfile
 	// subfile references with uppercase file names. I'll assume here that the library will always

mercurial