summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/corewlan
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-23 20:47:40 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-02-23 20:47:40 (GMT)
commitcfed63b7b8ef0be1d5da583b52b7e88902383e06 (patch)
tree2782977065c7d64e3e5dafc8b3ec2d3ea6f85ae6 /src/plugins/bearer/corewlan
parentac67986f156861a7e64ed80a3a23db19fba8df6a (diff)
downloadQt-cfed63b7b8ef0be1d5da583b52b7e88902383e06.zip
Qt-cfed63b7b8ef0be1d5da583b52b7e88902383e06.tar.gz
Qt-cfed63b7b8ef0be1d5da583b52b7e88902383e06.tar.bz2
Make this function non-static.
Diffstat (limited to 'src/plugins/bearer/corewlan')
-rw-r--r--src/plugins/bearer/corewlan/qcorewlanengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bearer/corewlan/qcorewlanengine.h b/src/plugins/bearer/corewlan/qcorewlanengine.h
index 54f2027..044b433 100644
--- a/src/plugins/bearer/corewlan/qcorewlanengine.h
+++ b/src/plugins/bearer/corewlan/qcorewlanengine.h
@@ -77,7 +77,7 @@ public:
QNetworkConfigurationPrivatePointer defaultConfiguration();
- static bool getAllScInterfaces();
+ bool getAllScInterfaces();
private Q_SLOTS:
void doRequestUpdate();