1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-04 01:42:44 +00:00

WIP: Refractor C++-side. Loader should be working again

This commit is contained in:
Chris Josten 2021-03-25 17:32:00 +01:00
parent 2360b261f7
commit 9643482ae1
840 changed files with 100813 additions and 23560 deletions

View file

@ -45,7 +45,7 @@ public:
* @param other The item to compare to
* @return True if they represent the same item, false otherwise.
*/
bool sameAs(const Item &other);
bool sameAs(const DTO::BaseItemDto &other);
void setApiClient(ApiClient *apiClient);
private:
@ -55,10 +55,6 @@ private:
void onUserDataUpdated(const QString &itemId, const DTO::UserItemDataDto &userData);
};
class ItemLoader {
};
}
}