mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-05 13:56:30 +00:00
6 lines
106 B
C++
6 lines
106 B
C++
#include "sourcemodel.h"
|
|
|
|
SourceModel::SourceModel(QObject *parent) :
|
|
QAbstractTableClass(parent)
|
|
{
|
|
}
|