forked from blue/squawk
initial
This commit is contained in:
commit
de36fe2a4e
15 changed files with 421 additions and 0 deletions
15
core/squawk.cpp
Normal file
15
core/squawk.cpp
Normal file
|
@ -0,0 +1,15 @@
|
|||
#include "squawk.h"
|
||||
|
||||
using namespace Core;
|
||||
|
||||
Squawk::Squawk(QObject* parent):
|
||||
QObject(parent),
|
||||
accounts()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Squawk::~Squawk()
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue