mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Remove obsolete setting that doesn't have any effect
This commit is contained in:
@ -19,7 +19,6 @@ private:
|
||||
QLineEdit *port;
|
||||
|
||||
QCheckBox *check;
|
||||
QCheckBox *performanceWorkaroundCheck;
|
||||
|
||||
QPushButton *close;
|
||||
QPushButton *accept;
|
||||
@ -30,7 +29,6 @@ public slots:
|
||||
void generateQR(const QString &serverAddress);
|
||||
void regenerateQR(const QString &ip);
|
||||
void enableServer(int status);
|
||||
void enableperformanceWorkaround(int status);
|
||||
void updatePort();
|
||||
signals:
|
||||
void portChanged(QString port);
|
||||
|
Reference in New Issue
Block a user