This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2022-02-08 10:36:14 +01:00

17 lines
225 B
C++

#ifndef USERAUTORIZER_H
#define USERAUTORIZER_H
#include <QObject>
class UserAutorizer : public QObject
{
Q_OBJECT
public:
explicit UserAutorizer(QObject *parent = nullptr);
signals:
};
#endif // USERAUTORIZER_H