[Kst] branches/work/kst/kst1kde4/kst/src/kst
Zongyi Zhang
freebody.kst at gmail.com
Thu Apr 29 00:39:46 CEST 2010
SVN commit 1120356 by zhang:
continue kst1kde4
M +10 -0 main.cpp
--- branches/work/kst/kst1kde4/kst/src/kst/main.cpp #1120355:1120356
@@ -365,6 +365,16 @@
KCmdLineArgs::init( argc, argv, &aboutData );
KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
*/
+/* xxx
+ AnyOption *opt = new AnyOption();
+ opt->addUsage(""); //SET THE USAGE/HELP
+ opt->setOption();
+ opt->setFlag();
+
+ opt->processCommandArgs( argc, argv );
+
+*/
+
QApplication app(argc, argv);
// xxx KImageIO::registerFormats();
More information about the Kst
mailing list