mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-10 00:11:43 +08:00
Download Bonjour installer according to system architecture
This commit is contained in:
@@ -82,6 +82,12 @@ class MainWindow : public QMainWindow, public Ui::MainWindowBase
|
||||
Info
|
||||
};
|
||||
|
||||
enum qProcessorArch {
|
||||
x86,
|
||||
x64,
|
||||
unknown
|
||||
};
|
||||
|
||||
public:
|
||||
MainWindow(QSettings& settings, AppConfig& appConfig);
|
||||
~MainWindow();
|
||||
@@ -104,6 +110,7 @@ class MainWindow : public QMainWindow, public Ui::MainWindowBase
|
||||
void autoAddScreen(const QString name);
|
||||
void updateZeroconfService();
|
||||
void serverDetected(const QString name);
|
||||
int checkWinArch();
|
||||
|
||||
public slots:
|
||||
void appendLogRaw(const QString& text);
|
||||
|
||||
Reference in New Issue
Block a user