Introducing VPSheet and refactoring part 3
This commit is contained in:
parent
61a2e17a78
commit
b4b77c4cdf
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user