From a3205d9bf5570af8441ed81cd6d9eeadf22319c9 Mon Sep 17 00:00:00 2001 From: tille Date: Tue, 23 Apr 2002 11:16:45 +0000 Subject: ... mostly rewritten. --- (limited to 'noncore/unsupported/oipkg/main.cpp') diff --git a/noncore/unsupported/oipkg/main.cpp b/noncore/unsupported/oipkg/main.cpp new file mode 100644 index 0000000..264fd55 --- a/dev/null +++ b/noncore/unsupported/oipkg/main.cpp @@ -0,0 +1,19 @@ + +#include "mainwindow.h" + +#include +#include +int debugLevel; + +int main( int argc, char ** argv ) +{ + debugLevel = 1; + if (argc > 2) + { + debugLevel = QString ( argv[1] ).toInt(); + } + QPEApplication a( argc, argv ); + MainWindow mw; + a.showMainDocumentWidget( &mw ); + return a.exec(); +} -- cgit v0.9.0.2