]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_fileio.h
First steps in fixing/cleaning up preview/snapper rendering.
[architektonas] / src / base / rs_fileio.h
index 5359df3faa08e42fc313c415f70681028677e127..fa0e8c3eaa756914ee43614805193a1931a54cd2 100644 (file)
@@ -25,13 +25,10 @@ class RS_FileIO
                QList<RS_FilterInterface *> 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: