This commit is contained in:
Andrei Yankovich 2020-09-29 22:12:54 +03:00
parent c09afbc053
commit b42d042a10

View File

@ -13,6 +13,8 @@ namespace BaseFront {
ImageService::ImageService(QObject *parent):
QObject(parent) {
_fetchAPI = new FetchAPI(this);
connect(_fetchAPI, &FetchAPI::sigFinished(), this, &)
}
ImageService::~ImageService() {