mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
ios fixes
This commit is contained in:
+12
-1
@@ -2,8 +2,9 @@
|
||||
#define IPCSERVERPROCESS_H
|
||||
|
||||
#include <QObject>
|
||||
#include "rep_ipcinterface_source.h"
|
||||
|
||||
#ifndef Q_OS_IOS
|
||||
#include "rep_ipc_process_interface_source.h"
|
||||
|
||||
class IpcServerProcess : public IpcProcessInterfaceSource
|
||||
{
|
||||
@@ -33,4 +34,14 @@ private:
|
||||
QSharedPointer<QProcess> m_process;
|
||||
};
|
||||
|
||||
#else
|
||||
class IpcServerProcess : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit IpcServerProcess(QObject *parent = nullptr);
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif // IPCSERVERPROCESS_H
|
||||
|
||||
Reference in New Issue
Block a user