-rw-r--r-- | noncore/net/opietooth/manager/bluebase.cpp | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/bluebase.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.cpp b/noncore/net/opietooth/manager/bluebase.cpp index 8ddc161..c29eb1a 100644 --- a/noncore/net/opietooth/manager/bluebase.cpp +++ b/noncore/net/opietooth/manager/bluebase.cpp @@ -246,3 +246,3 @@ using namespace OpieTooth; */ - void BlueBase::addSearchedDevices( const QValueList<RemoteDevice> &newDevices ) { + void BlueBase::addSearchedDevices( QValueList<RemoteDevice> &newDevices ) { BTListItem * deviceItem; diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h index 73fac97..97ce8c3 100644 --- a/noncore/net/opietooth/manager/bluebase.h +++ b/noncore/net/opietooth/manager/bluebase.h @@ -70,3 +70,3 @@ namespace OpieTooth { private slots: - void addSearchedDevices( const QValueList<RemoteDevice> &newDevices ); + void addSearchedDevices( QValueList<RemoteDevice> &newDevices ); void addServicesToDevice( BTListItem *item ); |