BuildLogViewer/mainwindow.h
changeset 41 b56d7e268634
parent 40 edc0144719a1
child 42 b9716e8867f1
--- a/BuildLogViewer/mainwindow.h	Thu Aug 26 14:34:34 2010 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-#ifndef MAINWINDOW_H
-#define MAINWINDOW_H
-
-#include <QSignalMapper>
-
-#include <QtGui/QMainWindow>
-#include <QtGui/QWorkspace>
-
-#include "Document.h"
-
-namespace Ui
-{
-    class MainWindow;
-}
-
-class MainWindow : public QMainWindow
-{
-    Q_OBJECT
-
-public:
-    MainWindow(QWidget *parent = 0);
-    ~MainWindow();
-
-public slots:
-    void notYetImplemented();
-    void openLog();
-    void showStatus();
-    void enableActions();
-    void closeEvent(QCloseEvent *event);
-
-private:
-    Document *activeDocument();
-    void createActions();
-    void updateWindowList();
-
-
-    Ui::MainWindow *ui;
-    QWorkspace *workspace;
-    QSignalMapper *mapper;
-};
-
-#endif // MAINWINDOW_H