Actions
Feature #1044
closedmissing WLink (const WString &url)
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
11/01/2011
Due date:
% Done:
0%
Estimated time:
Description
Hi,
I am missing constructor WLink (const WString &url).
It will be useful for WAnchor directing to the external web with same language mutation. Than can be url written in external language xml file.
Tho point is I would like to use something like this
WAnchor *a = new WAnchor( tr("url"), tr("linkDescription"), this);
regards,
Jan
Updated by Koen Deforche over 13 years ago
- Status changed from New to Feedback
Hey jan this can also easily lead t problems.
You can use toUTF8() however?
Koen
Updated by Koen Deforche over 13 years ago
- Status changed from Feedback to Closed
Actions