Clang warning.
--HG-- branch : develop
This commit is contained in:
parent
01a04fdb09
commit
d17dda3f9f
|
@ -1138,8 +1138,6 @@ void MainWindow::ClosedDialogPiecePath(int result)
|
||||||
SCASSERT(dialogTool != nullptr);
|
SCASSERT(dialogTool != nullptr);
|
||||||
if (result == QDialog::Accepted)
|
if (result == QDialog::Accepted)
|
||||||
{
|
{
|
||||||
DialogPiecePath *dialog = qobject_cast<DialogPiecePath*>(dialogTool);
|
|
||||||
SCASSERT(dialog != nullptr);
|
|
||||||
VToolPiecePath::Create(dialogTool, sceneDetails, doc, pattern);
|
VToolPiecePath::Create(dialogTool, sceneDetails, doc, pattern);
|
||||||
}
|
}
|
||||||
ArrowTool();
|
ArrowTool();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user