Very rough initial implementation of torrent adding working.
[qtrapids] / src / qml-client / models / QDeclarativeDownloadListModel.h
index ee9cadd..88a28b6 100644 (file)
 
 QT_MODULE(Declarative);
 
+
+class QDeclarativeContext;
+
 namespace qtrapids
 {
 
 typedef QHash<QString, TorrentState> DownloadItems_t;
 typedef QMap<int, QString> ItemIndex_t;
 
-class QDeclarativeContext;
 class QDeclarativeDownloadListModelPrivate;
 
 class QDeclarativeDownloadListModel :