Android manifest fix, IPC refactoring
This commit is contained in:
parent
c233f767f4
commit
912051637a
11 changed files with 58 additions and 31 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#include "privileged_process.h"
|
||||
|
||||
#ifndef Q_OS_IOS
|
||||
PrivilegedProcess::PrivilegedProcess() :
|
||||
IpcProcessInterfaceReplica()
|
||||
{
|
||||
|
|
@ -26,4 +25,3 @@ void PrivilegedProcess::waitForFinished(int msecs)
|
|||
|
||||
loop->exec();
|
||||
}
|
||||
#endif // Q_OS_IOS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue