for pajlada
This commit is contained in:
@@ -2,7 +2,13 @@
|
||||
|
||||
#include "Application.hpp"
|
||||
#include "common/Singleton.hpp"
|
||||
/*
|
||||
#ifdef Q_OS_WIN
|
||||
|
||||
#include "wintoastlib.h"
|
||||
|
||||
#endif
|
||||
*/
|
||||
namespace chatterino {
|
||||
|
||||
enum class Platform : uint8_t;
|
||||
@@ -16,5 +22,9 @@ public:
|
||||
|
||||
private:
|
||||
void sendWindowsNotification(const QString &channelName, Platform p);
|
||||
void sendActualWindowsNotification(const QString &channelName, Platform p);
|
||||
static void fetchChannelAvatar(
|
||||
const QString channelName,
|
||||
std::function<void(QString)> successCallback);
|
||||
};
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user