From 2314955ff0127a570e25e7e7a10ce4d17a2de0e2 Mon Sep 17 00:00:00 2001 From: dwmw2 Date: Tue, 02 Apr 2002 00:02:59 +0000 Subject: Start of GSM app. Still not decided what to do with gsmlib. Needs icon. --- (limited to 'noncore/unsupported/gsmtool/main.cpp') diff --git a/noncore/unsupported/gsmtool/main.cpp b/noncore/unsupported/gsmtool/main.cpp new file mode 100644 index 0000000..8f68713 --- a/dev/null +++ b/noncore/unsupported/gsmtool/main.cpp @@ -0,0 +1,12 @@ +#include "gsmtool.h" +#include + +int main( int argc, char ** argv ) +{ + QPEApplication a( argc, argv ); + + GSMTool mw; + a.showMainWidget( &mw ); + + return a.exec(); +} -- cgit v0.9.0.2