mainwindow.h
changeset 3 46b8d9898143
parent 1 5914e37481c5
child 9 d9d5b83c1534
--- a/mainwindow.h	Sat Jan 21 23:52:16 2012 +0100
+++ b/mainwindow.h	Sun Jan 22 00:36:05 2012 +0100
@@ -7,9 +7,14 @@
 
 class MainWindow : public QMainWindow
 {
+  Q_OBJECT
   public:
    MainWindow(QWidget *parent = 0);
+   ~MainWindow();
+  protected slots:
+   void open();
   private:
+   QString currentFile;
    Ui::MainWindow *ui; 
 };