From 7d82c654e6a1df83f70b2d81aa05a1175799b66b Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 08 Jul 2002 18:46:40 +0000 Subject: API clean ups --- (limited to 'noncore/net/opietooth/manager/hciconfwrapper.cpp') diff --git a/noncore/net/opietooth/manager/hciconfwrapper.cpp b/noncore/net/opietooth/manager/hciconfwrapper.cpp index 0b90e87..5f74fee 100644 --- a/noncore/net/opietooth/manager/hciconfwrapper.cpp +++ b/noncore/net/opietooth/manager/hciconfwrapper.cpp @@ -16,11 +16,11 @@ namespace OpieTooth { } - void HciConfWrapper::setPinHelper( QString app ) { + void HciConfWrapper::setPinHelper( const QString& app ) { setValue( "pin_helper" , app ); } - void HciConfWrapper::setName( QString name ) { + void HciConfWrapper::setName( const QString &name ) { qDebug ("NAME : " + name); setValue( "name" , "\"" + name + "\"" ); } -- cgit v0.9.0.2