DocPage Organizer: page rotation

This commit is contained in:
Jakub Melka
2021-07-15 19:44:44 +02:00
parent 7b768d3b09
commit 688c0b701c
4 changed files with 85 additions and 1 deletions

View File

@@ -451,7 +451,13 @@ void MainWindow::performOperation(Operation operation)
}
case Operation::RotateLeft:
m_model->rotateLeft(ui->documentItemsView->selectionModel()->selection().indexes());
break;
case Operation::RotateRight:
m_model->rotateRight(ui->documentItemsView->selectionModel()->selection().indexes());
break;
case Operation::ReplaceSelection:
Q_ASSERT(false);
break;