Fixed Qt-less builds

This commit is contained in:
Matthias Koefferlein 2024-03-24 12:53:18 +01:00
parent 8a0a6cad04
commit 735d2101fd
1 changed files with 2 additions and 2 deletions

View File

@ -1629,8 +1629,8 @@ Database::load (const std::string &fn)
void
Database::scan_layout (const db::Layout &layout, db::cell_index_type cell_index, const std::vector<std::pair<unsigned int, std::string> > &layers_and_descriptions, bool flat)
{
tl::AbsoluteProgress progress (tl::to_string (QObject::tr ("Shapes To Markers")), 10000);
progress.set_format (tl::to_string (QObject::tr ("%.0f0000 markers")));
tl::AbsoluteProgress progress (tl::to_string (tr ("Shapes To Markers")), 10000);
progress.set_format (tl::to_string (tr ("%.0f0000 markers")));
progress.set_unit (10000);
set_name ("Shapes");