diff -r 2f85d4d286e5 -r 72ad83a67165 src/download.h --- a/src/download.h Thu Dec 05 13:51:52 2013 +0200 +++ b/src/download.h Thu Dec 05 23:20:50 2013 +0200 @@ -36,8 +36,8 @@ // ----------------------------------------------------------------------------- class PartDownloader : public QDialog { Q_OBJECT - PROPERTY (LDFile*, primaryFile, setPrimaryFile) - PROPERTY (bool, aborted, setAborted) + PROPERTY (public, LDFile*, PrimaryFile, NO_OPS, NO_CB) + PROPERTY (public, bool, Aborted, BOOL_OPS, NO_CB) public: constexpr static const char* k_UnofficialURL = "http://ldraw.org/library/unofficial/"; @@ -87,7 +87,7 @@ // ----------------------------------------------------------------------------- class PartDownloadRequest : public QObject { Q_OBJECT - PROPERTY (int, tableRow, setTableRow) + PROPERTY (public, int, TableRow, NUM_OPS, NO_CB) public: enum State