author | zecke <zecke> | 2004-11-14 22:18:09 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-11-14 22:18:09 (UTC) |
commit | 1d709cf8ce04b49db03d0e0353f3b7a071dce619 (patch) (side-by-side diff) | |
tree | 51cead0634a6f1a231b63687db37ed797bd06d33 /development/performance/main.cpp | |
parent | 639ae2f86e57b77e875bdf933534b652b207f1b6 (diff) | |
download | opie-1d709cf8ce04b49db03d0e0353f3b7a071dce619.zip opie-1d709cf8ce04b49db03d0e0353f3b7a071dce619.tar.gz opie-1d709cf8ce04b49db03d0e0353f3b7a071dce619.tar.bz2 |
Make the utlity quicklaunchable even if it is not under the control
of the buildsystem
Diffstat (limited to 'development/performance/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r-- | development/performance/main.cpp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/development/performance/main.cpp b/development/performance/main.cpp index 8802777..41db9e9 100644 --- a/development/performance/main.cpp +++ b/development/performance/main.cpp @@ -19,15 +19,7 @@ **********************************************************************/ #include "performancetest.h" -#include <qpe/qpeapplication.h> +#include <opie2/oapplicationfactory.h> -int main( int argc, char ** argv ) -{ - QPEApplication a( argc, argv ); - - PerformanceTest mw; - a.showMainWidget( &mw ); - - return a.exec(); -} +OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<PerformanceTest> ) |