summaryrefslogtreecommitdiff
path: root/development/performance/main.cpp
Unidiff
Diffstat (limited to 'development/performance/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--development/performance/main.cpp12
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
@@ -22,12 +22,4 @@
22 22
23#include <qpe/qpeapplication.h> 23#include <opie2/oapplicationfactory.h>
24 24
25int main( int argc, char ** argv ) 25OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<PerformanceTest> )
26{
27 QPEApplication a( argc, argv );
28
29 PerformanceTest mw;
30 a.showMainWidget( &mw );
31
32 return a.exec();
33}