mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-10 00:11:43 +08:00
added plugin downloading from servere #4168
This commit is contained in:
@@ -83,12 +83,6 @@ class MainWindow : public QMainWindow, public Ui::MainWindowBase
|
||||
Info
|
||||
};
|
||||
|
||||
enum qProcessorArch {
|
||||
x86,
|
||||
x64,
|
||||
unknown
|
||||
};
|
||||
|
||||
public:
|
||||
MainWindow(QSettings& settings, AppConfig& appConfig);
|
||||
~MainWindow();
|
||||
@@ -111,7 +105,6 @@ class MainWindow : public QMainWindow, public Ui::MainWindowBase
|
||||
void autoAddScreen(const QString name);
|
||||
void updateZeroconfService();
|
||||
void serverDetected(const QString name);
|
||||
int checkWinArch();
|
||||
void setEdition(int type);
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user