Reverted invalid commit 82
[qtrapids] / src / client / models / QDeclarativeDownloadListModel_p.h
diff --git a/src/client/models/QDeclarativeDownloadListModel_p.h b/src/client/models/QDeclarativeDownloadListModel_p.h
deleted file mode 100644 (file)
index 6c4b699..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-#ifndef QDECLARATIVEDOWNLOADLISTMODELPRIVATE_H
-#define QDECLARATIVEDOWNLOADLISTMODELPRIVATE_H
-
-#include <QModelIndex>
-
-#include "QDeclarativeDownloadListModel.h" // TODO: For DownloadItems_t, move that to common place..
-
-namespace qtrapids
-{
-
-class QDeclarativeDownloadListModelPrivate : QObject
-{
-    Q_OBJECT
-public:
-    QDeclarativeDownloadListModelPrivate()
-    {
-    }
-
-    DownloadItems_t items_;
-    ItemIndex_t itemIndexes_;
-    //QModelIndex downloadIndex_;
-
-signals:
-    void itemAdded(QString hash);
-    void itemRemoved(QString hash);
-
-};
-} // namespace qtrapids
-
-#endif