summaryrefslogtreecommitdiff
path: root/development/performance/performancetest.h
authorzecke <zecke>2004-11-14 22:18:09 (UTC)
committer zecke <zecke>2004-11-14 22:18:09 (UTC)
commit1d709cf8ce04b49db03d0e0353f3b7a071dce619 (patch) (side-by-side diff)
tree51cead0634a6f1a231b63687db37ed797bd06d33 /development/performance/performancetest.h
parent639ae2f86e57b77e875bdf933534b652b207f1b6 (diff)
downloadopie-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/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 @@
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 );
void doTest();
private: