squawk/core/squawk.cpp

16 lines
142 B
C++
Raw Normal View History

2019-03-29 14:54:34 +00:00
#include "squawk.h"
using namespace Core;
Squawk::Squawk(QObject* parent):
QObject(parent),
accounts()
{
}
Squawk::~Squawk()
{
}