summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/vpn/vpnrun.cpp
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/vpn/vpnrun.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/vpn/vpnrun.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/vpn/vpnrun.cpp b/noncore/settings/networksettings2/vpn/vpnrun.cpp
new file mode 100644
index 0000000..ab2966c
--- a/dev/null
+++ b/noncore/settings/networksettings2/vpn/vpnrun.cpp
@@ -0,0 +1,6 @@
+#include "vpnrun.h"
+
+bool VPNRun::handlesInterface( const QString & ) {
+ // to be figured out
+ return 0;
+}