mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 17:40:36 +02:00
13 lines
194 B
C++
13 lines
194 B
C++
#pragma once
|
|
|
|
#include <QByteArray>
|
|
#include <QString>
|
|
|
|
class Test
|
|
{
|
|
public:
|
|
static QString sourcePath(const QString &subpath);
|
|
static QByteArray sourceData(const QString &subpath);
|
|
};
|
|
|