mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Merge - 9.0.0 release
This commit is contained in:
@ -21,6 +21,7 @@ Q_OBJECT
|
||||
QLineEdit * port;
|
||||
|
||||
QCheckBox * check;
|
||||
QCheckBox * performanceWorkaroundCheck;
|
||||
|
||||
QPushButton * close;
|
||||
QPushButton * accept;
|
||||
@ -35,6 +36,7 @@ Q_OBJECT
|
||||
void regenerateQR(const QString & ip);
|
||||
void updateImage();
|
||||
void enableServer(int status);
|
||||
void enableperformanceWorkaround(int status);
|
||||
void updatePort();
|
||||
signals:
|
||||
void portChanged(QString port);
|
||||
|
Reference in New Issue
Block a user