diff --git a/DetectorDescription/GeoModel/FaserGeoEditor/src/FaserGeoEditorApp.h b/DetectorDescription/GeoModel/FaserGeoEditor/src/FaserGeoEditorApp.h index 77df7d15737b936e9b3051923a1af648bfc2cd08..f9dbe459dc2063eca158e33478661e2a709c5798 100644 --- a/DetectorDescription/GeoModel/FaserGeoEditor/src/FaserGeoEditorApp.h +++ b/DetectorDescription/GeoModel/FaserGeoEditor/src/FaserGeoEditorApp.h @@ -9,9 +9,13 @@ class FaserGeoEditorApp { public: - FaserGeoEditorApp(int& argc, char** argv); + FaserGeoEditorApp(int& argc, char** argv, string type); + +// string textToBinary(string fileName); +// string binaryToText(string fileName); int exec(); + int ExecuteSqlScriptFile(QSqlDatabase & db, const QString & fileName); QSqlDatabase& getDatabase() { return m_database; } private: QApplication m_application;