app/sources/brcategory.cpp

7 lines
99 B
C++

#include "../headers/brcategory.h"
BRCategory::BRCategory(QObject *parent) : QObject(parent)
{
}