1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-05 13:56:30 +00:00
openmw-tes3mp/components/esxselector/model/sourcemodel.cpp
2013-09-07 15:57:40 -05:00

6 lines
106 B
C++

#include "sourcemodel.h"
SourceModel::SourceModel(QObject *parent) :
QAbstractTableClass(parent)
{
}