LogDoctor/logdoctor/modules/shared.cpp

10 lines
74 B
C++

#include "shared.h"
TR::TR(QObject *parent)
: QObject{parent}
{
}