From 4eddfebd1b4f70bbfe9106a16e9a3eeb6601f653 Mon Sep 17 00:00:00 2001 From: tille Date: Fri, 03 May 2002 19:08:09 +0000 Subject: fixes --- (limited to 'noncore/unsupported/oipkg/main.cpp') diff --git a/noncore/unsupported/oipkg/main.cpp b/noncore/unsupported/oipkg/main.cpp index bacc973..4af11df 100644 --- a/noncore/unsupported/oipkg/main.cpp +++ b/noncore/unsupported/oipkg/main.cpp @@ -13,10 +13,11 @@ int main( int argc, char ** argv ) if (argc > 0) { debugLevel = QString ( argv[1] ).toInt(); + qDebug("setting debug level to %i",debugLevel); } QPEApplication a( argc, argv ); MainWindow mw; - if (debugLevel < 4) + if (argc > 2) QMessageBox::information( &mw, "oipkg","While ipkg is working\noipkg is hanging.\nPlease be patient!"); a.showMainDocumentWidget( &mw ); return a.exec(); -- cgit v0.9.0.2