set application name to silence phonon warnings

This commit is contained in:
John Bintz 2011-07-19 09:54:39 -04:00
parent b03e6d8298
commit 21d93e7c9f
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
source "http://rubygems.org"
source :rubygems
# Specify your gem's dependencies in jasmine-headless-webkit.gemspec
gemspec

View File

@ -380,6 +380,7 @@ int main(int argc, char** argv)
}
QApplication app(argc, argv);
app.setApplicationName("jasmine-headless-webkit");
HeadlessSpecRunner runner;
runner.setColors(showColors);
runner.reportFile(reporter);