/************************************************************************ * Copyright 2009-2011 Hikvision Digital Technology Co., Ltd. * FileName : audiobroadcast.cpp * Description : audio broadcast * Modification History : none * Version : V1.0 * Time : 2009-11,12 * Author : wanggongpu * Descrp : *************************************************************************/ #include "audiobroadcast.h" /************************************************************************ * Function : AudioBroadcast * Description : instructor * Input : none * Output : none * Return : none *************************************************************************/ AudioBroadcast::AudioBroadcast(QWidget *parent) : QWidget(parent) { ui.setupUi(this); } /************************************************************************ * Function : ~AudioBroadcast * Description : destructor * Input : none * Output : none * Return : none *************************************************************************/ AudioBroadcast::~AudioBroadcast() { }