Newer
Older
#pragma once
#include <QObject>
class ConfigHandler;
class AppImageHandler : public QObject
{
Q_OBJECT
public:
explicit AppImageHandler(ConfigHandler *configHandler, QObject *parent = nullptr);
public slots:
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 ConfigHandler;
class AppImageHandler : public QObject
{
Q_OBJECT
public:
explicit AppImageHandler(ConfigHandler *configHandler, QObject *parent = nullptr);
public slots: