isWorkingOnPlatform function added

This commit is contained in:
pokamest 2021-12-04 16:13:34 +03:00
parent d28a2ebc57
commit 4d374581b5
2 changed files with 28 additions and 0 deletions

View file

@ -53,6 +53,8 @@ public:
// binding between Docker container and main protocol of given container
// it may be changed fot future containers :)
Q_INVOKABLE static Protocol defaultProtocol(DockerContainer c);
Q_INVOKABLE static bool isWorkingOnPlatform(DockerContainer c);
};