1
0
Fork 0
forked from blue/squawk
This commit is contained in:
Blue 2019-03-29 17:54:34 +03:00
commit de36fe2a4e
15 changed files with 421 additions and 0 deletions

15
core/squawk.cpp Normal file
View file

@ -0,0 +1,15 @@
#include "squawk.h"
using namespace Core;
Squawk::Squawk(QObject* parent):
QObject(parent),
accounts()
{
}
Squawk::~Squawk()
{
}