summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/symbian/symbianengine.h
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-23 01:35:41 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-23 01:35:41 (GMT)
commit0771d24f2ea3ba46c8e825b8720561258f9646ce (patch)
tree1b7068c9c71b03f233a1ebf6f7494e3aa7dff10a /src/plugins/bearer/symbian/symbianengine.h
parent2e4f20d8c541db2c68e82be3261355ccc59fd10d (diff)
downloadQt-0771d24f2ea3ba46c8e825b8720561258f9646ce.zip
Qt-0771d24f2ea3ba46c8e825b8720561258f9646ce.tar.gz
Qt-0771d24f2ea3ba46c8e825b8720561258f9646ce.tar.bz2
Fix build on Symbian.
Diffstat (limited to 'src/plugins/bearer/symbian/symbianengine.h')
-rw-r--r--src/plugins/bearer/symbian/symbianengine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/bearer/symbian/symbianengine.h b/src/plugins/bearer/symbian/symbianengine.h
index 587585b..5448813 100644
--- a/src/plugins/bearer/symbian/symbianengine.h
+++ b/src/plugins/bearer/symbian/symbianengine.h
@@ -42,6 +42,7 @@
#ifndef SYMBIANENGINE_H
#define SYMBIANENGINE_H
+#include <QtCore/qstringlist.h>
#include <QtNetwork/private/qbearerengine_p.h>
#include <QtNetwork/qnetworkconfigmanager.h>
@@ -116,6 +117,8 @@ public:
QNetworkConfigurationPrivatePointer defaultConfiguration();
+ QStringList accessPointConfigurationIdentifiers();
+
Q_SIGNALS:
void onlineStateChanged(bool isOnline);