ソースを参照

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();
 }