started to refactor Application

This commit is contained in:
fourtf
2018-07-07 11:41:01 +02:00
parent 6a418e6e59
commit c609a9fd37
32 changed files with 195 additions and 147 deletions
+3 -4
View File
@@ -1,17 +1,16 @@
#pragma once
#include "common/Singleton.hpp"
#include <QThread>
namespace chatterino {
class NativeMessaging
class NativeMessaging final
{
public:
// fourtf: don't add this class to the application class
NativeMessaging();
~NativeMessaging() = delete;
class ReceiverThread : public QThread
{
public: