From 2ab70064958916733daf1b5f095cef562b2e9163 Mon Sep 17 00:00:00 2001 From: wimpie Date: Thu, 08 Apr 2004 01:25:02 +0000 Subject: Link with libopiecore2 added linke to btmgr --- (limited to 'noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.cpp') diff --git a/noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.cpp b/noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.cpp index a27f1a7..9a3156b 100644 --- a/noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.cpp +++ b/noncore/settings/networksettings2/bluetooth/bluetoothBNEPedit.cpp @@ -1,3 +1,5 @@ +#include + #include #include "bluetoothBNEPedit.h" @@ -10,9 +12,15 @@ QString BluetoothBNEPEdit::acceptable( void ) { return QString(); } -bool BluetoothBNEPEdit::commit( BluetoothBNEPData & Data ) { +bool BluetoothBNEPEdit::commit( BluetoothBNEPData & ) { return 0; } -void BluetoothBNEPEdit::showData( BluetoothBNEPData & Data ) { +void BluetoothBNEPEdit::showData( BluetoothBNEPData & ) { +} + +void BluetoothBNEPEdit::SLOT_StartBTMgr( void ) { + QCopEnvelope e( "QPE/System", "execute(QString)" ); + e << QString( "bluetooth-manager" ); + } -- cgit v0.9.0.2