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