7 lines
95 B
C++
7 lines
95 B
C++
#include "codecsection.h"
|
|
|
|
CodecSection::CodecSection(QWidget *parent) :
|
|
QWidget(parent)
|
|
{
|
|
}
|