summaryrefslogtreecommitdiff
authorsandman <sandman>2002-12-30 15:12:34 (UTC)
committer sandman <sandman>2002-12-30 15:12:34 (UTC)
commit66bfb25fe226a69f1ca2218b56fb3df74409de2f (patch) (unidiff)
tree2350a583f4b663f1c92cc442145ea342b133e3c0
parenta0eca1c0925a6893fa8f3ebfacd6363f906189df (diff)
downloadopie-66bfb25fe226a69f1ca2218b56fb3df74409de2f.zip
opie-66bfb25fe226a69f1ca2218b56fb3df74409de2f.tar.gz
opie-66bfb25fe226a69f1ca2218b56fb3df74409de2f.tar.bz2
getting rid of some qDebugs to make the startup a bit more quiet
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/irserver.cpp6
-rw-r--r--core/launcher/launcherview.cpp1
2 files changed, 3 insertions, 4 deletions
diff --git a/core/launcher/irserver.cpp b/core/launcher/irserver.cpp
index 2147d0a..625cb60 100644
--- a/core/launcher/irserver.cpp
+++ b/core/launcher/irserver.cpp
@@ -23,6 +23,6 @@ IrServer::IrServer( QObject *parent, const char *name )
23 QLibrary *trylib = new QLibrary( path + *it ); 23 QLibrary *trylib = new QLibrary( path + *it );
24 qDebug("trying lib %s", (path + (*it)).latin1() ); 24 //qDebug("trying lib %s", (path + (*it)).latin1() );
25 if ( trylib->queryInterface( IID_ObexInterface, (QUnknownInterface**)&iface ) == QS_OK ) { 25 if ( trylib->queryInterface( IID_ObexInterface, (QUnknownInterface**)&iface ) == QS_OK ) {
26 lib = trylib; 26 lib = trylib;
27 qDebug("found obex lib" ); 27 //qDebug("found obex lib" );
28 QString lang = getenv( "LANG" ); 28 QString lang = getenv( "LANG" );
@@ -31,3 +31,3 @@ IrServer::IrServer( QObject *parent, const char *name )
31 QString tfn = QPEApplication::qpeDir()+"/i18n/"+lang+"/"+type+".qm"; 31 QString tfn = QPEApplication::qpeDir()+"/i18n/"+lang+"/"+type+".qm";
32 qDebug("tr fpr obex: %s", tfn.latin1() ); 32 //qDebug("tr fpr obex: %s", tfn.latin1() );
33 if ( trans->load( tfn )) 33 if ( trans->load( tfn ))
diff --git a/core/launcher/launcherview.cpp b/core/launcher/launcherview.cpp
index 95a1d4a..7117e0b 100644
--- a/core/launcher/launcherview.cpp
+++ b/core/launcher/launcherview.cpp
@@ -807,3 +807,2 @@ void LauncherView::setBackgroundType( BackgroundType t, const QString &val )
807 } else { 807 } else {
808 qDebug( "Loading image: %s", val.latin1() );
809 QPixmap bg( Resource::loadPixmap( val ) ); 808 QPixmap bg( Resource::loadPixmap( val ) );