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:
parent
2360b261f7
commit
9643482ae1
840 changed files with 100813 additions and 23560 deletions
|
@ -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 {
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue