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