mirror of
https://github.com/QuasarApp/DocsSite.git
synced 2025-04-27 12:34:32 +00:00
fix
This commit is contained in:
parent
c09afbc053
commit
b42d042a10
@ -13,6 +13,8 @@ namespace BaseFront {
|
||||
ImageService::ImageService(QObject *parent):
|
||||
QObject(parent) {
|
||||
_fetchAPI = new FetchAPI(this);
|
||||
|
||||
connect(_fetchAPI, &FetchAPI::sigFinished(), this, &)
|
||||
}
|
||||
|
||||
ImageService::~ImageService() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user