Browse Source

Remove check on ZoomLog construction

Neal Wilson 9 years ago
parent
commit
a24aaf1104
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/typica.w

+ 0
- 4
src/typica.w View File

5483
                           QStack<QLayout *> *)
5483
                           QStack<QLayout *> *)
5484
 {
5484
 {
5485
     ZoomLog *widget = new ZoomLog;
5485
     ZoomLog *widget = new ZoomLog;
5486
-    if(!widget)
5487
-    {
5488
-        qDebug() << "Error constructing widget!";
5489
-    }
5490
     if(element.hasAttribute("id"))
5486
     if(element.hasAttribute("id"))
5491
     {
5487
     {
5492
         widget->setObjectName(element.attribute("id"));
5488
         widget->setObjectName(element.attribute("id"));

Loading…
Cancel
Save