[Webkit-unassigned] [Bug 36318] QtLauncher doesn't start when using Qt/QWS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 13:37:58 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36318





--- Comment #5 from Anders Bakken <agbakken at gmail.com>  2010-03-18 13:37:58 PST ---
(In reply to comment #3)
> (From update of attachment 51074 [details])
> 
> >  LauncherApplication::LauncherApplication(int& argc, char** argv)
> > -    : QApplication(argc, argv)
> > +    : QApplication(argc, argv
> > +#ifdef Q_WS_QWS
> > +                   , QApplication::GuiServer
> > +#endif
> > +    )
> >      , m_isRobotized(false)
> >  {
> 
> Is the #ifdef worth it? Why not always pass GuiServer?

No reason. I am fine with changing that. It's a noop on desktop anyway.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list