mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 15:39:02 +00:00
7 lines
114 B
C++
7 lines
114 B
C++
|
#include "ocspropertywidget.hpp"
|
||
|
|
||
|
OcsPropertyWidget::OcsPropertyWidget(QObject *parent) :
|
||
|
QObject(parent)
|
||
|
{
|
||
|
}
|