mainwindow.cpp (shotcut-22.10.22) | : | mainwindow.cpp (shotcut-22.11.25) | ||
---|---|---|---|---|
skipping to change at line 2124 | skipping to change at line 2124 | |||
if (event->key() == Qt::Key_K) { | if (event->key() == Qt::Key_K) { | |||
m_isKKeyPressed = false; | m_isKKeyPressed = false; | |||
event->setAccepted(true); | event->setAccepted(true); | |||
} else { | } else { | |||
QMainWindow::keyReleaseEvent(event); | QMainWindow::keyReleaseEvent(event); | |||
} | } | |||
} | } | |||
void MainWindow::hideSetDataDirectory() | void MainWindow::hideSetDataDirectory() | |||
{ | { | |||
delete ui->actionAppDataSet; | ui->actionAppDataSet->setVisible(false); | |||
} | } | |||
QAction *MainWindow::actionAddCustomProfile() const | QAction *MainWindow::actionAddCustomProfile() const | |||
{ | { | |||
return ui->actionAddCustomProfile; | return ui->actionAddCustomProfile; | |||
} | } | |||
QAction *MainWindow::actionProfileRemove() const | QAction *MainWindow::actionProfileRemove() const | |||
{ | { | |||
return ui->actionProfileRemove; | return ui->actionProfileRemove; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |