mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-01 00:50:15 -04:00
7 lines
114 B
C++
7 lines
114 B
C++
#include "ocspropertywidget.hpp"
|
|
|
|
OcsPropertyWidget::OcsPropertyWidget(QObject *parent) :
|
|
QObject(parent)
|
|
{
|
|
}
|