summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/bearer')
-rw-r--r--src/plugins/bearer/corewlan/qcorewlanengine.mm7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/plugins/bearer/corewlan/qcorewlanengine.mm b/src/plugins/bearer/corewlan/qcorewlanengine.mm
index 41f817f5fc..17981dcb85 100644
--- a/src/plugins/bearer/corewlan/qcorewlanengine.mm
+++ b/src/plugins/bearer/corewlan/qcorewlanengine.mm
@@ -79,6 +79,7 @@
- (void)notificationHandler;//:(NSNotification *)notification;
- (void)remove;
- (void)setEngine:(QCoreWlanEngine *)coreEngine;
+- (QCoreWlanEngine *)engine;
- (void)dealloc;
@property (assign) QCoreWlanEngine* engine;
@@ -86,7 +87,6 @@
@end
@implementation QT_MANGLE_NAMESPACE(QNSListener)
-@synthesize engine;
- (id) init
{
@@ -113,6 +113,11 @@
[locker unlock];
}
+-(QCoreWlanEngine *)engine
+{
+ return engine;
+}
+
-(void)remove
{
[locker lock];