--- a/src/download.h Thu Dec 05 23:20:50 2013 +0200 +++ b/src/download.h Thu Dec 05 23:42:39 2013 +0200 @@ -36,8 +36,8 @@ // ----------------------------------------------------------------------------- class PartDownloader : public QDialog { Q_OBJECT - PROPERTY (public, LDFile*, PrimaryFile, NO_OPS, NO_CB) - PROPERTY (public, bool, Aborted, BOOL_OPS, NO_CB) + PROPERTY (public, LDFile*, PrimaryFile, NO_OPS, STOCK_WRITE) + PROPERTY (public, bool, Aborted, BOOL_OPS, STOCK_WRITE) public: constexpr static const char* k_UnofficialURL = "http://ldraw.org/library/unofficial/"; @@ -87,7 +87,7 @@ // ----------------------------------------------------------------------------- class PartDownloadRequest : public QObject { Q_OBJECT - PROPERTY (public, int, TableRow, NUM_OPS, NO_CB) + PROPERTY (public, int, TableRow, NUM_OPS, STOCK_WRITE) public: enum State