aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/pt_widgetsgallery/pt_widgetsgallery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/pt_widgetsgallery/pt_widgetsgallery.cpp')
-rw-r--r--benchmarks/pt_widgetsgallery/pt_widgetsgallery.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/pt_widgetsgallery/pt_widgetsgallery.cpp b/benchmarks/pt_widgetsgallery/pt_widgetsgallery.cpp
index 0278c116..2887404e 100644
--- a/benchmarks/pt_widgetsgallery/pt_widgetsgallery.cpp
+++ b/benchmarks/pt_widgetsgallery/pt_widgetsgallery.cpp
@@ -28,7 +28,9 @@ void Pt_WidgetsGallery::startupTime()
{
QProcess proc;
QString program = "widgetsgallery";
- const QStringList arguments = QStringList() << "-quitimmediately" << "-remote-theme";
+ const QStringList arguments = QStringList() << "-quitimmediately";
+ //#MS - waiting for remote daemon get stucked the unit test..
+ //<< "-remote-theme";
//execute local binary file
QString sLocalProgram("../../demos/widgetsgallery/widgetsgallery");