Guitar
Classes | Typedefs
AvatarLoader.cpp File Reference
#include "AvatarLoader.h"
#include "ApplicationGlobal.h"
#include "MainWindow.h"
#include "MemoryReader.h"
#include "UserEvent.h"
#include "webclient.h"
#include <QApplication>
#include <QCryptographicHash>
#include <QDebug>
#include <chrono>
#include <condition_variable>
#include <mutex>
#include <optional>
#include <thread>
Include dependency graph for AvatarLoader.cpp:

Classes

struct  AvatarLoader::Private
 

Typedefs

using WebClientPtr = std::shared_ptr< WebClient >
 

Typedef Documentation

◆ WebClientPtr

using WebClientPtr = std::shared_ptr<WebClient>