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