@@ -0,0 +1,12 @@
#ifndef ABOUT_H
#define ABOUT_H
#include <QDialog>
class About : public QDialog
{
public:
About(QWidget *parent = nullptr);
};
#endif // ABOUT_H
The note is not visible to the blocked user.