Преглед изворни кода

Remove translation debug text

Neal Wilson пре 9 година
родитељ
комит
c94298b5ab
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0
    1
      src/typica.w

+ 0
- 1
src/typica.w Прегледај датотеку

@@ -5425,7 +5425,6 @@ void addButtonToLayout(QDomElement element, QStack<QWidget *> *,@|
5425 5425
     QString text =
5426 5426
         QCoreApplication::translate(element.attribute("trcontext").toAscii().data(),
5427 5427
                                     element.attribute("name").toUtf8().data());
5428
-    qDebug() << element.attribute("name").toUtf8().data() << "translated to" << text << "using context" << element.attribute("trcontext").toAscii().data();
5429 5428
     if(element.hasAttribute("type"))
5430 5429
     {
5431 5430
         QString type = element.attribute("type");

Loading…
Откажи
Сачувај