freeswitch/fscomm/account.cpp

7 lines
82 B
C++

#include "account.h"
Account::Account(QObject *parent) :
QObject(parent)
{
}