From ce6758eccada41f5c3fef13e6b4808c525213bee Mon Sep 17 00:00:00 2001 From: tille Date: Thu, 02 May 2002 19:11:55 +0000 Subject: added doclnk support --- (limited to 'noncore/unsupported/oipkg/main.cpp') diff --git a/noncore/unsupported/oipkg/main.cpp b/noncore/unsupported/oipkg/main.cpp index 5cef2dc..bacc973 100644 --- a/noncore/unsupported/oipkg/main.cpp +++ b/noncore/unsupported/oipkg/main.cpp @@ -11,12 +11,13 @@ int main( int argc, char ** argv ) debugLevel = 2; if (argc > 0) - { + { debugLevel = QString ( argv[1] ).toInt(); - } + } QPEApplication a( argc, argv ); MainWindow mw; - QMessageBox::information( &mw, "oipkg","While ipkg is working\noipkg is hanging.\nPlease be patient!"); + if (debugLevel < 4) + 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