mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-22 22:40:55 -04:00
Replace some more Q_WS_* with Q_OS_*.
This commit is contained in:
parent
308d3ad84b
commit
8619682da3
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ DialogyWidget::DialogyWidget(QWidget* parent)
|
|||
|
||||
void DialogyWidget::keyPressEvent(QKeyEvent* e)
|
||||
{
|
||||
#ifdef Q_WS_MAC
|
||||
#ifdef Q_OS_MAC
|
||||
if (e->modifiers() == Qt::ControlModifier && e->key() == Qt::Key_Period) {
|
||||
if (!clickButton(QDialogButtonBox::Cancel)) {
|
||||
e->ignore();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue