From 59c6451a16405f19b1d4bc97906bd5778b5b0cd3 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 18 May 2004 20:57:35 +0000 Subject: Aye no (const char*)str where type(str) == QString please... Now I can even scan non latin access points and don't need to reset stdout/stderr --- (limited to 'noncore/net/wellenreiter/gui/scanlist.cpp') diff --git a/noncore/net/wellenreiter/gui/scanlist.cpp b/noncore/net/wellenreiter/gui/scanlist.cpp index 9e8aa72..9e907d8 100644 --- a/noncore/net/wellenreiter/gui/scanlist.cpp +++ b/noncore/net/wellenreiter/gui/scanlist.cpp @@ -129,8 +129,8 @@ void MScanListView::addNewItem( const QString& type, QString macaddr = mac.toString(true); #ifdef DEBUG - odebug << "MScanList::addNewItem( " << (const char*) type << " / " - << (const char*) essid << " / " << (const char*) macaddr + odebug << "MScanList::addNewItem( " << type << " / " + << essid << " / " << macaddr << " [" << channel << "]" << oendl; #endif -- cgit v0.9.0.2