]> Shamusworld >> Repos - architektonas/blobdiff - src/base/fileio.h
In the middle of chasing down MDI not activating bug, renaming of Graphic to
[architektonas] / src / base / fileio.h
index d3b90ed5700b26287edf98105f383f3ccc19549d..97b0f5a62a4469dcab72d39b123b1f4285fcb4ab 100644 (file)
@@ -26,9 +26,9 @@ class FileIO
                QList<FilterInterface *> getFilterList();
                FilterInterface * getImportFilter(RS2::FormatType t);
                FilterInterface * getExportFilter(RS2::FormatType t);
-               bool fileImport(Drawing & graphic, const QString & file,
+               bool fileImport(Drawing & dwg, const QString & file,
                        RS2::FormatType type = RS2::FormatUnknown);
-               bool fileExport(Drawing & graphic, const QString & file,
+               bool fileExport(Drawing & dwg, const QString & file,
                        RS2::FormatType type = RS2::FormatUnknown);
                RS2::FormatType detectFormat(const QString & file);