BuildLogViewer/mainwindow.h
changeset 1 8e9c5760ce6f
parent 0 bbe0af256f1b
equal deleted inserted replaced
0:bbe0af256f1b 1:8e9c5760ce6f
    22     ~MainWindow();
    22     ~MainWindow();
    23 
    23 
    24 public slots:
    24 public slots:
    25     void notYetImplemented();
    25     void notYetImplemented();
    26     void openLog();
    26     void openLog();
       
    27     void showStatus();
    27     void enableActions();
    28     void enableActions();
    28     void closeEvent(QCloseEvent *event);
    29     void closeEvent(QCloseEvent *event);
    29 
    30 
    30 private:
    31 private:
    31     Document *activeDocument();
    32     Document *activeDocument();