Commit 3867b52 1 parent 0968b4b commit 3867b52 Copy full SHA for 3867b52
File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 14
14
#include < QDialogButtonBox>
15
15
#include < QFormLayout>
16
16
#include < QObject>
17
+ #include < QUrl>
17
18
18
19
namespace SpatGRIS
19
20
{
@@ -28,6 +29,11 @@ QString ProtocolFactory::category() const noexcept
28
29
return StandardCategories::software;
29
30
}
30
31
32
+ QUrl ProtocolFactory::manual () const noexcept
33
+ {
34
+ return QUrl (" https://ossia.io/score-docs/devices/spatgris-device.html" );
35
+ }
36
+
31
37
Device::DeviceEnumerators
32
38
ProtocolFactory::getEnumerators (const score::DocumentContext& ctx) const
33
39
{
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ class ProtocolFactory final : public Protocols::DefaultProtocolFactory
10
10
11
11
QString prettyName () const noexcept override ;
12
12
QString category () const noexcept override ;
13
+ QUrl manual () const noexcept override ;
14
+
13
15
Device::DeviceEnumerators
14
16
getEnumerators (const score::DocumentContext& ctx) const override ;
15
17
You can’t perform that action at this time.
0 commit comments