Fixed non-Qt build.

This commit is contained in:
Matthias Koefferlein 2019-06-18 01:13:41 +02:00
parent 0794290fb5
commit 03bc7e7d9a
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ LayoutToNetlistStandardReader::skip ()
void LayoutToNetlistStandardReader::do_read (db::LayoutToNetlist *l2n)
{
tl::SelfTimer timer (tl::verbosity () >= 21, tl::to_string (QObject::tr ("File read")));
tl::SelfTimer timer (tl::verbosity () >= 21, tl::to_string (tr ("File read")));
try {
read_netlist (0, l2n);