Enabled build with Qt again.

This commit is contained in:
Matthias Koefferlein 2018-07-14 02:16:35 +02:00
parent 8f04fc5358
commit 5ea72893f3
1 changed files with 1 additions and 1 deletions

View File

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