From 33e857bfae873e7ac03f33ae5ddeebd56e3ee96f Mon Sep 17 00:00:00 2001
From: Ryan Alexander Rice-Smith <rricesmi@uci.edu>
Date: Wed, 5 Feb 2020 06:02:28 +0000
Subject: [PATCH] Replace FaserGeoEditorApp.h

---
 .../GeoModel/FaserGeoEditor/src/FaserGeoEditorApp.h         | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/DetectorDescription/GeoModel/FaserGeoEditor/src/FaserGeoEditorApp.h b/DetectorDescription/GeoModel/FaserGeoEditor/src/FaserGeoEditorApp.h
index 77df7d15..f9dbe459 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;
-- 
GitLab