MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / FvPlatform

Method FvPlatform

_fervor/fvplatform.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <QDebug>
4
5FvPlatform::FvPlatform(QObject *parent) :
6 QObject(parent)
7{
8 // noop
9}
10
11bool FvPlatform::CurrentlyRunningOnPlatform(QString platform)
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected