From fd9fe8316525d3d7dac85d8d71dd8267b5abbd8f Mon Sep 17 00:00:00 2001 From: llornkcor Date: Thu, 25 Apr 2002 00:11:44 +0000 Subject: initial commit --- (limited to 'noncore/tools/formatter/main.cpp') diff --git a/noncore/tools/formatter/main.cpp b/noncore/tools/formatter/main.cpp new file mode 100644 index 0000000..f67c9f2 --- a/dev/null +++ b/noncore/tools/formatter/main.cpp @@ -0,0 +1,25 @@ + +/*************************************************************************** + main.cpp - description + ------------------- + begin : March 10, 2002 + copyright : (C) 2002 by llornkcor + email : ljp@llornkcor.com + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ +#include + +#include "formatter.h" + +int main(int argc, char *argv[]) +{ + QPEApplication a(argc, argv); + + FormatterApp formatterApp; + a.showMainWidget( &formatterApp); + return a.exec(); +} + -- cgit v0.9.0.2