8 lines
83 B
C++
8 lines
83 B
C++
#include "chatwidgetview.h"
|
|
|
|
ChatWidgetView::ChatWidgetView()
|
|
: QWidget()
|
|
{
|
|
|
|
}
|