From b4b77c4cdf5015c1394a7fed1b5437e8841c09fa Mon Sep 17 00:00:00 2001 From: Ronan Le Tiec Date: Sat, 23 May 2020 17:51:00 +0200 Subject: [PATCH] Introducing VPSheet and refactoring part 3 --- src/app/puzzle/vpmainwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/puzzle/vpmainwindow.cpp b/src/app/puzzle/vpmainwindow.cpp index c383074db..16d6437a5 100644 --- a/src/app/puzzle/vpmainwindow.cpp +++ b/src/app/puzzle/vpmainwindow.cpp @@ -842,7 +842,7 @@ void VPMainWindow::on_pushButtonSheetRemoveUnusedLength_clicked() { // just for test purpuses, to be removed: QMessageBox msgBox; - msgBox.setText("TODO VPMainWindow::LayoutRemoveUnusedLength"); + msgBox.setText("TODO VPMainWindow::on_pushButtonSheetRemoveUnusedLength_clicked"); int ret = msgBox.exec(); Q_UNUSED(ret); @@ -872,7 +872,7 @@ void VPMainWindow::on_SheetFollowGrainlineChanged() { // just for test purpuses, to be removed: QMessageBox msgBox; - msgBox.setText("TODO VPMainWindow::LayoutFollowGrainlineChanged"); + msgBox.setText("TODO VPMainWindow::on_SheetFollowGrainlineChanged"); int ret = msgBox.exec(); Q_UNUSED(ret); @@ -922,7 +922,7 @@ void VPMainWindow::on_pushButtonSheetExport_clicked() { // just for test purpuses, to be removed: QMessageBox msgBox; - msgBox.setText("TODO VPMainWindow::LayoutExport"); + msgBox.setText("TODO VPMainWindow::on_pushButtonSheetExport_clicked"); int ret = msgBox.exec(); Q_UNUSED(ret);