mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
9 lines
117 B
C++
9 lines
117 B
C++
|
#include "ram.h"
|
||
|
#include <QtQml/qqml.h>
|
||
|
#include <qmetatype.h>
|
||
|
RAM::RAM(QObject* parent)
|
||
|
: QObject(parent)
|
||
|
{
|
||
|
|
||
|
}
|