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