AusweisApp2
Lade ...
Suche ...
Keine Treffer
PlatformHelper.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "EnumHelper.h"
8
9#include <QObject>
10
11namespace governikus
12{
13
15 ANDROID,
16 IOS,
17 MOBILE,
18 DESKTOP)
19
20
21bool isPlatform(const QObject&, Platform selector);
22
23} // namespace governikus
#define defineEnumType(enumName,...)
Definition: EnumHelper.h:86
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
Platform selector
Definition: PlatformHelper.h:21
bool isPlatform(const QObject &object, const Platform selector)
Definition: PlatformHelper.cpp:15