浏览代码

COMP: removed call to non-existent method

ivowolf 15 年之前
父节点
当前提交
189b79c5c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Applications/ctkExampleHost/ctkHostAppExampleWidget.cpp

+ 1 - 1
Applications/ctkExampleHost/ctkHostAppExampleWidget.cpp

@@ -118,5 +118,5 @@ void ctkHostAppExampleWidget::appProcessStateChanged(QProcess::ProcessState stat
 void ctkHostAppExampleWidget::placeholderResized()
 {
   qDebug() << "resized";
-  ui->placeholderFrame->printPosition();
+  //ui->placeholderFrame->printPosition();
 }