1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00
ScreenPlay/ScreenPlaySysInfo/ram.cpp

9 lines
117 B
C++
Raw Normal View History

2018-10-26 12:05:23 +02:00
#include "ram.h"
#include <QtQml/qqml.h>
#include <qmetatype.h>
RAM::RAM(QObject* parent)
: QObject(parent)
{
}