From da94bce203afca412336a7793ff8e58e18d59108 Mon Sep 17 00:00:00 2001 From: tille Date: Wed, 01 May 2002 15:49:08 +0000 Subject: handles different versions of the same package --- (limited to 'noncore/unsupported/oipkg/main.cpp') diff --git a/noncore/unsupported/oipkg/main.cpp b/noncore/unsupported/oipkg/main.cpp index 4af59b0..5cef2dc 100644 --- a/noncore/unsupported/oipkg/main.cpp +++ b/noncore/unsupported/oipkg/main.cpp @@ -3,10 +3,12 @@ #include #include +#include int debugLevel; int main( int argc, char ** argv ) { + debugLevel = 2; if (argc > 0) { @@ -14,6 +16,7 @@ int main( int argc, char ** argv ) } QPEApplication a( argc, argv ); MainWindow mw; + 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