[Webkit-unassigned] [Bug 32925] [Qt] Add Open File dialog to QtLauncher

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 29 07:20:16 PST 2009


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





--- Comment #5 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2009-12-29 07:20:16 PST ---
(In reply to comment #4)
> (From update of attachment 45480 [details])
> 
> > +        QFileDialog fileDialog(this, tr("Open"), "", filter);
> 
> Please use QString() instead of "".

What about QLatin1String? 

Also, why are we using tr(), are we ever going to translate the launcher?

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