fix: add missing return for canPaste check

This commit is contained in:
Gary Wang 2021-01-24 00:47:42 +08:00
parent 1449844fdd
commit a9ce8b0154

View File

@ -530,6 +530,8 @@ bool MainWindow::canPaste()
} }
} }
} }
return false;
} }
void MainWindow::quitAppAction(bool force) void MainWindow::quitAppAction(bool force)