Compare commits

..

No commits in common. "9aa5702e14bcf17f72faa5e24d3eb16ee4b83bec" and "ac06fb9d1c945a311c1824bdaafc1ee99525ed9a" have entirely different histories.

3 changed files with 1079 additions and 1358 deletions

View file

@ -28,7 +28,6 @@ CardPictureLoader::CardPictureLoader() : QObject(nullptr)
connect(&SettingsCache::instance(), &SettingsCache::picDownloadChanged, this,
&CardPictureLoader::picDownloadChanged);
qRegisterMetaType<ExactCard>();
connect(worker, &CardPictureLoaderWorker::imageLoaded, this, &CardPictureLoader::imageLoaded);
statusBar = new CardPictureLoaderStatusBar(nullptr);

File diff suppressed because it is too large Load diff

View file

@ -114,6 +114,5 @@ public:
*/
void emitPixmapUpdated() const;
};
Q_DECLARE_METATYPE(ExactCard)
#endif // EXACT_CARD_H