X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_fileio.h;fp=src%2Fbase%2Frs_fileio.h;h=fa0e8c3eaa756914ee43614805193a1931a54cd2;hb=1f0d096a7fc370ff02477f3860beae2669bf8903;hp=5359df3faa08e42fc313c415f70681028677e127;hpb=20cce16e98fc9b052c5862efa6394a285971e846;p=architektonas diff --git a/src/base/rs_fileio.h b/src/base/rs_fileio.h index 5359df3..fa0e8c3 100644 --- a/src/base/rs_fileio.h +++ b/src/base/rs_fileio.h @@ -25,13 +25,10 @@ class RS_FileIO QList getFilterList(); RS_FilterInterface * getImportFilter(RS2::FormatType t); RS_FilterInterface * getExportFilter(RS2::FormatType t); - bool fileImport(Drawing & graphic, const QString & file, RS2::FormatType type = RS2::FormatUnknown); - bool fileExport(Drawing & graphic, const QString & file, RS2::FormatType type = RS2::FormatUnknown); - RS2::FormatType detectFormat(const QString & file); protected: