8 lines
74 B
C++
8 lines
74 B
C++
|
#include "Lang.h"
|
||
|
|
||
|
Lang::Lang(QObject *parent)
|
||
|
: QObject{parent}
|
||
|
{
|
||
|
|
||
|
}
|