[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:03:35 PDT 2010


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





--- Comment #3 from Simon Hausmann <hausmann at webkit.org>  2010-03-18 13:03:36 PST ---
(From update of attachment 51074)

>  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?

-- 
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