Merge pull request #24 from strider-paff-shell/chat

Chat
This commit is contained in:
Denio
2020-05-08 19:38:09 +02:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
#include "version.h"
#include "camount.h"
#include "websockets.h"
#include "DataStore.h"
#include "DataStore/DataStore.h"
template<>
DataStore<QString>* DataStore<QString>::instance = nullptr;