Newer
Older
#pragma once
#include <QObject>
class SystemHandler : public QObject
{
Q_OBJECT
public:
bool isUnix() const;
bool isMobileDevice() const;
bool openUrl(const QString &url) const;
Repositories are limited in size now to 1GB. If your repository exceeds this size, it will be automatically deleted.
If you'd like access to our CI/CD builders, please create an issue here.
#pragma once
#include <QObject>
class SystemHandler : public QObject
{
Q_OBJECT
public:
bool isUnix() const;
bool isMobileDevice() const;
bool openUrl(const QString &url) const;