mainwindow.h
changeset 10 e1abdc480485
parent 9 d9d5b83c1534
child 14 3d8176df0461
--- a/mainwindow.h	Sun Jan 22 15:31:01 2012 +0100
+++ b/mainwindow.h	Sun Jan 22 16:31:20 2012 +0100
@@ -2,6 +2,7 @@
 #define _mainwindow_h_
 
 #include "pch.h"
+#include "igc.h"
 
 namespace Ui { class MainWindow; }
 
@@ -14,8 +15,13 @@
   protected slots:
    void open();
   private:
+
+   Ui::MainWindow *ui; 
    QFile currentFile;
-   Ui::MainWindow *ui; 
+   QTextStream input;
+
+   IGC	igc;
+
 };
 
 #endif