summaryrefslogtreecommitdiff
path: root/development/performance/performancetest.h
Unidiff
Diffstat (limited to 'development/performance/performancetest.h') (more/less context) (ignore whitespace changes)
-rw-r--r--development/performance/performancetest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/development/performance/performancetest.h b/development/performance/performancetest.h
index c0a80c4..a747c3c 100644
--- a/development/performance/performancetest.h
+++ b/development/performance/performancetest.h
@@ -3,12 +3,13 @@
3 3
4class PerformanceTest : public PerformanceTestBase 4class PerformanceTest : public PerformanceTestBase
5{ 5{
6 Q_OBJECT 6 Q_OBJECT
7public: 7public:
8 PerformanceTest( QWidget *parent=0, const char *name=0, WFlags fl=0 ); 8 PerformanceTest( QWidget *parent=0, const char *name=0, WFlags fl=0 );
9 static QString appName() { return QString::fromLatin1("performance"); }
9 10
10protected slots: 11protected slots:
11 void testClicked( int ); 12 void testClicked( int );
12 void doTest(); 13 void doTest();
13 14
14private: 15private: