push for now
This commit is contained in:
@@ -2,13 +2,7 @@
|
||||
|
||||
#include "Application.hpp"
|
||||
#include "common/Singleton.hpp"
|
||||
/*
|
||||
#ifdef Q_OS_WIN
|
||||
|
||||
#include "wintoastlib.h"
|
||||
|
||||
#endif
|
||||
*/
|
||||
namespace chatterino {
|
||||
|
||||
enum class Platform : uint8_t;
|
||||
@@ -22,7 +16,6 @@ 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);
|
||||
|
||||
Reference in New Issue
Block a user