Skip to content
Snippets Groups Projects
Commit 33e857bf authored by Ryan Alexander Rice-Smith's avatar Ryan Alexander Rice-Smith
Browse files

Replace FaserGeoEditorApp.h

parent f545de6d
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,13 @@ ...@@ -9,9 +9,13 @@
class FaserGeoEditorApp class FaserGeoEditorApp
{ {
public: public:
FaserGeoEditorApp(int& argc, char** argv); FaserGeoEditorApp(int& argc, char** argv, string type);
// string textToBinary(string fileName);
// string binaryToText(string fileName);
int exec(); int exec();
int ExecuteSqlScriptFile(QSqlDatabase & db, const QString & fileName);
QSqlDatabase& getDatabase() { return m_database; } QSqlDatabase& getDatabase() { return m_database; }
private: private:
QApplication m_application; QApplication m_application;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment