7 lines
100 B
C++
7 lines
100 B
C++
#include "platformhelper.h"
|
|
|
|
PlatformHelper::PlatformHelper(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|