6#ifndef ATLASGAMEMANAGER_IMAGELOADER_HPP
7#define ATLASGAMEMANAGER_IMAGELOADER_HPP
10#include <QFutureWatcher>
12#include <QPersistentModelIndex>
Definition blurhash.cpp:16
QPersistentModelIndex m_index
Definition ImageLoader.hpp:21
QFuture< QPixmap > m_future
Definition ImageLoader.hpp:22
ImageLoader(QPersistentModelIndex index, const QFuture< QPixmap > future)
Definition ImageLoader.cpp:11
QFutureWatcher< QPixmap > watcher
Definition ImageLoader.hpp:23
~ImageLoader()
Definition ImageLoader.hpp:31
void triggerReady()
Definition ImageLoader.cpp:19
void imageReady(QPersistentModelIndex index)