mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: change initialize logic
*complete without change animation
This commit is contained in:
@@ -22,7 +22,8 @@ class ScreenChecker : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ScreenChecker(QWidget *mainWidget,DataParserOutput *dataParserOutput, QHBoxLayout *layout,QObject *parent = nullptr);
|
||||
explicit ScreenChecker(QObject *parent = nullptr);
|
||||
void initialize(DataParserOutput *dataParserOutput, QHBoxLayout *layout);
|
||||
~ScreenChecker();
|
||||
void check();
|
||||
QString getScreenCount() const;
|
||||
|
||||
Reference in New Issue
Block a user