summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/symbian/symbianengine.h
diff options
context:
space:
mode:
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);