浏览代码

Remove check on ZoomLog construction

Neal Wilson 9 年前
父节点
当前提交
a24aaf1104
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0
    4
      src/typica.w

+ 0
- 4
src/typica.w 查看文件

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"));

正在加载...
取消
保存