mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
step 1: push, step 2: try to compile
This commit is contained in:
parent
848bbc71aa
commit
c01d1ed732
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
"
|
||||
#include "singletons/Resources.hpp"
|
||||
|
||||
#include <QApplication>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include "debug/Log.hpp"
|
||||
#include "messages/Message.hpp"
|
||||
#include "singletons/Emotes.hpp"
|
||||
"
|
||||
#include "singletons/Logging.hpp"
|
||||
#include "singletons/WindowManager.hpp"
|
||||
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
namespace chatterino {
|
||||
|
||||
class Logging;
|
||||
|
||||
class LoggingChannel : boost::noncopyable
|
||||
{
|
||||
explicit LoggingChannel(const QString &_channelName);
|
||||
|
@ -37,7 +39,7 @@ private:
|
|||
|
||||
QString dateString;
|
||||
|
||||
friend class LoggingManager;
|
||||
friend class Logging;
|
||||
};
|
||||
|
||||
} // namespace chatterino
|
||||
|
|
Loading…
Reference in a new issue