From 1d709cf8ce04b49db03d0e0353f3b7a071dce619 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Nov 2004 22:18:09 +0000 Subject: Make the utlity quicklaunchable even if it is not under the control of the buildsystem --- (limited to 'development/performance/performancetest.h') 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 Q_OBJECT public: PerformanceTest( QWidget *parent=0, const char *name=0, WFlags fl=0 ); + static QString appName() { return QString::fromLatin1("performance"); } protected slots: void testClicked( int ); -- cgit v0.9.0.2