Dump service was added
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include <QObject>
|
||||
#include <QtWebSockets/QWebSocket>
|
||||
|
||||
#include "services/dumpservice.h"
|
||||
|
||||
class SettingsService;
|
||||
class BeerService : public QObject
|
||||
{
|
||||
@@ -40,8 +42,6 @@ private:
|
||||
|
||||
SettingsService *settings() const;
|
||||
|
||||
QString stashFileName() const;
|
||||
void saveStash() const;
|
||||
void restoreStash();
|
||||
|
||||
void reconnect();
|
||||
@@ -50,6 +50,7 @@ private:
|
||||
|
||||
QMultiMap<QString, QObject *> m_listeners;
|
||||
|
||||
DumpService m_dumpService;
|
||||
QWebSocket m_socket;
|
||||
QVariantList m_commandStash;
|
||||
QMap<Action, QString> m_actions;
|
||||
|
||||
Reference in New Issue
Block a user