Merge - 9.0.0 release

This commit is contained in:
Luis Ángel San Martín
2018-02-18 10:35:24 +01:00
parent 0b52310089
commit 2a136e3ea3
200 changed files with 19288 additions and 5108 deletions

View File

@ -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);