# # # patch "src/model/GetContentChanged.h" # from [6aef1cefacc2ae69f66325a7a65eb3eb29c1fa58] # to [3d41d6ca1786efb70146dc952719a3896651de90] # # patch "src/model/Select.h" # from [8f50baba9f3d2d49b1ddc621182ea60b42139d62] # to [5a925619f7bacf030b7522d9e9e2edcb6b94bcd7] # # patch "src/vocab.h" # from [23470ec5ecce5d6432e5959e745e79e76084a75c] # to [4e71a34556bdba331e84d2e13221f1d6220c8832] # ============================================================ --- src/model/GetContentChanged.h 6aef1cefacc2ae69f66325a7a65eb3eb29c1fa58 +++ src/model/GetContentChanged.h 3d41d6ca1786efb70146dc952719a3896651de90 @@ -27,8 +27,6 @@ #include #include -typedef QList RevisionList; - class GetContentChanged : public QAbstractItemModel, public AutomateCommand { Q_OBJECT ============================================================ --- src/model/Select.h 8f50baba9f3d2d49b1ddc621182ea60b42139d62 +++ src/model/Select.h 5a925619f7bacf030b7522d9e9e2edcb6b94bcd7 @@ -25,8 +25,6 @@ #include -typedef QStringList RevisionList; - class Select : public QAbstractItemModel, public AutomateCommand { Q_OBJECT ============================================================ --- src/vocab.h 23470ec5ecce5d6432e5959e745e79e76084a75c +++ src/vocab.h 4e71a34556bdba331e84d2e13221f1d6220c8832 @@ -59,6 +59,8 @@ typedef QList FileEntryList; typedef QList FileEntryList; +typedef QStringList RevisionList; + // used for revision certs typedef QString CertKey; typedef QString CertValue;