forked from Mirrors/freeswitch
7 lines
82 B
C++
7 lines
82 B
C++
|
#include "account.h"
|
||
|
|
||
|
Account::Account(QObject *parent) :
|
||
|
QObject(parent)
|
||
|
{
|
||
|
}
|