mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
DocPage Organizer: page rotation
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user