Quellcode durchsuchen

COMP: removed call to non-existent method

ivowolf vor 15 Jahren
Ursprung
Commit
189b79c5c3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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();
 }