freeswitch/fscomm/account.cpp
2010-01-19 04:03:34 +00:00

7 lines
82 B
C++

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