1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00
ScreenPlay/ScreenPlaySysInfo/ram.cpp
2018-10-26 12:05:23 +02:00

9 lines
117 B
C++

#include "ram.h"
#include <QtQml/qqml.h>
#include <qmetatype.h>
RAM::RAM(QObject* parent)
: QObject(parent)
{
}