mirror of https://github.com/KLayout/klayout.git
Enabled build with Qt again.
This commit is contained in:
parent
8f04fc5358
commit
5ea72893f3
|
|
@ -283,7 +283,7 @@ WebDAVObject::download (const std::string &url, const std::string &target)
|
|||
|
||||
for (std::list<DownloadItem>::const_iterator i = items.begin (); i != items.end (); ++i) {
|
||||
|
||||
tl::info << tl::sprintf (tr ("Downloading '%s' to '%s' .."), i->url, i->path);
|
||||
tl::info << tl::sprintf (tl::to_string (tr ("Downloading '%s' to '%s' ..")), i->url, i->path);
|
||||
|
||||
try {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue