X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Ffileio.h;fp=src%2Fbase%2Ffileio.h;h=97b0f5a62a4469dcab72d39b123b1f4285fcb4ab;hb=a18a12fc3bcb18e5c7ca5494d7f97fb8b93f90a2;hp=d3b90ed5700b26287edf98105f383f3ccc19549d;hpb=5adb444f3e523d3fd028617ced72d1ea6661db21;p=architektonas diff --git a/src/base/fileio.h b/src/base/fileio.h index d3b90ed..97b0f5a 100644 --- a/src/base/fileio.h +++ b/src/base/fileio.h @@ -26,9 +26,9 @@ class FileIO QList 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);