set application name to silence phonon warnings
This commit is contained in:
parent
b03e6d8298
commit
21d93e7c9f
2
Gemfile
2
Gemfile
@ -1,4 +1,4 @@
|
||||
source "http://rubygems.org"
|
||||
source :rubygems
|
||||
|
||||
# Specify your gem's dependencies in jasmine-headless-webkit.gemspec
|
||||
gemspec
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user