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