"git@www.opencode.net:zinjanthr0pus/punktate.git" did not exist on "52e0f3fad9df3c775218e298085e93f6383b358e"
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;