src/document.h

changeset 609
a8dc74a809c6
parent 607
353e418f161a
child 617
f5059d144438
--- a/src/document.h	Wed Jan 08 13:57:10 2014 +0200
+++ b/src/document.h	Wed Jan 08 21:43:46 2014 +0200
@@ -164,7 +164,7 @@
 LDDocument* openDocument (QString path, bool search);
 
 // Opens the given file and returns a pointer to it, potentially looking in /parts and /p
-File* openLDrawFile (QString relpath, bool subdirs);
+QFile* openLDrawFile (QString relpath, bool subdirs, QString* pathpointer = null);
 
 // Close all open files, whether user-opened or subfile caches.
 void closeAll();
@@ -182,7 +182,7 @@
 // Is it safe to close all files?
 bool safeToCloseAll();
 
-QList<LDObject*> loadFileContents (File* f, int* numWarnings, bool* ok = null);
+QList<LDObject*> loadFileContents (QFile* f, int* numWarnings, bool* ok = null);
 
 extern QList<LDDocument*> g_loadedFiles;
 

mercurial