BuildLogViewer/Document.h
changeset 41 b56d7e268634
parent 40 edc0144719a1
child 42 b9716e8867f1
--- a/BuildLogViewer/Document.h	Thu Aug 26 14:34:34 2010 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-#ifndef DOCUMENT_H
-#define DOCUMENT_H
-
-#include <QCloseEvent>
-#include <QString>
-
-#include <QtGui/QTreeView>
-#include <QtGui/QWidget>
-
-#include <QtXml/QDomDocument>
-
-#include "DomModel.h"
-
-class Document : public QTreeView
-{
-    Q_OBJECT
-
-public:
-    Document(QWidget *parent,QString);
-
-private:
-    DomModel *model;
-};
-
-#endif // DOCUMENT_H