aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorMichal Guminiak <michal.guminiak@teleca.com>2010-03-01 14:55:57 +0100
committerMichal Guminiak <michal.guminiak@teleca.com>2010-03-01 15:53:28 +0100
commit88b0e03c0c46baa2ed3a858748403b008850464c (patch)
treef7de727ba3ebdb73ff4f39fb5c6ca7508160d12c /benchmarks
parentb3e2567b51bb406e0941374ccab797dd9a34c6fd (diff)
Fixes: crashing pt_duiapplication testsuite.
RevBy: TrustMe Details: The test was crashing because with recent changes in DuiApplication you cannot create DuiApplication object twice in one application. The rootcause is located in Qt's library and bug report is going to be filed.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/pt_duiapplication/pt_duiapplication.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/benchmarks/pt_duiapplication/pt_duiapplication.h b/benchmarks/pt_duiapplication/pt_duiapplication.h
index a24b868c..94cd1065 100644
--- a/benchmarks/pt_duiapplication/pt_duiapplication.h
+++ b/benchmarks/pt_duiapplication/pt_duiapplication.h
@@ -48,12 +48,15 @@ private slots:
*/
void ctor();
+private:
+
/**
- * Execute the constructor a second time to evaluate caching possibilities.
- */
+ * Execute the constructor a second time to evaluate caching possibilities.
+ * Disabled for now, because the DuiApplication cannot be created twice in
+ * the same application. Will be reenabled when bug on Qt's side is fixed.
+ */
void ctor2();
-private:
/**
* Executes the current programm with a given parameter.
*/