summaryrefslogtreecommitdiff
path: root/development/performance/performancetest.h
Unidiff
Diffstat (limited to 'development/performance/performancetest.h') (more/less context) (show 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
@@ -6,6 +6,7 @@ class PerformanceTest : public PerformanceTestBase
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 );