step 1: push, step 2: try to compile
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
"
|
|
||||||
#include "singletons/Resources.hpp"
|
#include "singletons/Resources.hpp"
|
||||||
|
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
#include "debug/Log.hpp"
|
#include "debug/Log.hpp"
|
||||||
#include "messages/Message.hpp"
|
#include "messages/Message.hpp"
|
||||||
#include "singletons/Emotes.hpp"
|
#include "singletons/Emotes.hpp"
|
||||||
"
|
|
||||||
#include "singletons/Logging.hpp"
|
#include "singletons/Logging.hpp"
|
||||||
#include "singletons/WindowManager.hpp"
|
#include "singletons/WindowManager.hpp"
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
|
|
||||||
|
class Logging;
|
||||||
|
|
||||||
class LoggingChannel : boost::noncopyable
|
class LoggingChannel : boost::noncopyable
|
||||||
{
|
{
|
||||||
explicit LoggingChannel(const QString &_channelName);
|
explicit LoggingChannel(const QString &_channelName);
|
||||||
@@ -37,7 +39,7 @@ private:
|
|||||||
|
|
||||||
QString dateString;
|
QString dateString;
|
||||||
|
|
||||||
friend class LoggingManager;
|
friend class Logging;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace chatterino
|
} // namespace chatterino
|
||||||
|
|||||||
Reference in New Issue
Block a user