summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/wlan/wlanrun.cpp
blob: 79f11f75417e94064c98e6a115a7bc86086c7234 (plain)
1
2
3
4
5
#include "wlanrun.h"

bool WLanRun::handlesInterface( const QString & S ) {
    return Pat.match( S ) >= 0;
}