diff options
author | David Schulz <[email protected]> | 2013-10-29 14:49:47 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2013-10-29 15:08:31 +0100 |
commit | c8aeb78955f673fddf42b1c6057f38ff1d9d5d4a (patch) | |
tree | 85942510723fcadca328519b154918082e76e4f3 /src/plugins/ios/iostoolhandler.cpp | |
parent | ce9c2efd1f2f5626de7523faacc5f1329edf176d (diff) |
Fix compilation of IOS Simulator debugging on windows.
Change-Id: I57dc9297c89b193dbcb7dd9c96ff6d6118ce2191
Reviewed-by: Fawzi Mohamed <[email protected]>
Diffstat (limited to 'src/plugins/ios/iostoolhandler.cpp')
-rw-r--r-- | src/plugins/ios/iostoolhandler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/ios/iostoolhandler.cpp b/src/plugins/ios/iostoolhandler.cpp index 17edb913e3b..c5d15c62e13 100644 --- a/src/plugins/ios/iostoolhandler.cpp +++ b/src/plugins/ios/iostoolhandler.cpp @@ -258,6 +258,10 @@ MyProcess::MyProcess(QObject *parent) : QProcess(parent) { } +MyProcess::~MyProcess() +{ +} + int MyProcess::processOutputSocket() { return 0; |