build fix
This commit is contained in:
parent
c6548afa1b
commit
2e92705f9c
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
#include "privileged_process.h"
|
#include "privileged_process.h"
|
||||||
|
|
||||||
|
#ifndef Q_OS_IOS
|
||||||
PrivilegedProcess::PrivilegedProcess() :
|
PrivilegedProcess::PrivilegedProcess() :
|
||||||
IpcProcessInterfaceReplica()
|
IpcProcessInterfaceReplica()
|
||||||
{
|
{
|
||||||
|
@ -25,3 +26,4 @@ void PrivilegedProcess::waitForFinished(int msecs)
|
||||||
|
|
||||||
loop->exec();
|
loop->exec();
|
||||||
}
|
}
|
||||||
|
#endif // Q_OS_IOS
|
||||||
|
|
|
@ -20,11 +20,11 @@ public:
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // PRIVILEGED_PROCESS_H
|
|
||||||
|
|
||||||
#else // defined Q_OS_IOS
|
#else // defined Q_OS_IOS
|
||||||
class IpcProcessInterfaceReplica {};
|
class IpcProcessInterfaceReplica {};
|
||||||
class PrivilegedProcess {};
|
class PrivilegedProcess {};
|
||||||
#endif
|
#endif // Q_OS_IOS
|
||||||
|
|
||||||
|
#endif // PRIVILEGED_PROCESS_H
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue