mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: clean unused in Core
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
#include <Data/monitorInfo.h>
|
||||
|
||||
class DataParser;
|
||||
class ScreenChecker : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -26,11 +25,8 @@ public:
|
||||
void initialize(DataParserOutput *dataParserOutput, QHBoxLayout *layout);
|
||||
~ScreenChecker();
|
||||
void check();
|
||||
QString getScreenCount() const;
|
||||
|
||||
|
||||
private:
|
||||
QWidget *mainWidget;
|
||||
DataParserOutput *dataParserOutput;
|
||||
QHBoxLayout *layout;
|
||||
qint64 screenCount;
|
||||
|
||||
Reference in New Issue
Block a user