diff -r d9d5b83c1534 -r e1abdc480485 mainwindow.h --- 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