6 lines
99 B
C++
6 lines
99 B
C++
#include "../headers/brcategory.h"
|
|
|
|
BRCategory::BRCategory(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|