errorCheck переделал

This commit is contained in:
2025-11-30 22:54:09 +03:00
parent d30e6b4927
commit 54f1744e7f
11 changed files with 23 additions and 48 deletions

View File

@@ -2,12 +2,13 @@
#define SPECIALMESSAGEBOX_H
#include <QDialog>
#include "instructorsAndTrainees_global.h"
namespace Ui {
class SpecialMessageBox;
}
class SpecMsgBox : public QDialog
class INSTRUCTORSANDTRAINEES_EXPORT SpecMsgBox : public QDialog
{
Q_OBJECT