mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
7 lines
114 B
C++
7 lines
114 B
C++
#include "ocspropertywidget.hpp"
|
|
|
|
OcsPropertyWidget::OcsPropertyWidget(QObject *parent) :
|
|
QObject(parent)
|
|
{
|
|
}
|