summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qhostinfo_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/kernel/qhostinfo_p.h')
-rw-r--r--src/network/kernel/qhostinfo_p.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/network/kernel/qhostinfo_p.h b/src/network/kernel/qhostinfo_p.h
index 79fad84..909bd03 100644
--- a/src/network/kernel/qhostinfo_p.h
+++ b/src/network/kernel/qhostinfo_p.h
@@ -228,7 +228,7 @@ public:
QSymbianHostResolver(const QString &hostName, int id);
~QSymbianHostResolver();
- QHostInfo requestHostLookup();
+ void requestHostLookup();
int id();
QHostInfoResult resultEmitter;
@@ -258,7 +258,8 @@ private:
enum {
EIdle,
EGetByName,
- EGetByAddress
+ EGetByAddress,
+ EError
} iState;
};