MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / CliRemoteController

Method CliRemoteController

src/utils/CliRemoteController.cpp:10–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <QVariant>
9
10CliRemoteController::CliRemoteController(QObject *parent)
11 : QObject{parent}
12{
13 DspConfig::instance().load();
14
15 const QMetaObject* meta = metaObject();
16 for (int i = meta->propertyOffset(); i < meta->propertyCount(); ++i) {
17 _options.append(meta->property(i).read(this).value<QCommandLineOption*>());
18 }
19}
20
21CliRemoteController::~CliRemoteController()
22{

Callers

nothing calls this directly

Calls 3

appendMethod · 0.80
loadMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected