mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-22 22:40:55 -04:00
Coding style fixes.
This commit is contained in:
parent
f89a2a4045
commit
739f4d97a6
10 changed files with 14 additions and 14 deletions
|
@ -26,7 +26,7 @@ DialogyWidget::DialogyWidget(QWidget* parent)
|
|||
{
|
||||
}
|
||||
|
||||
void DialogyWidget::keyPressEvent(QKeyEvent *e)
|
||||
void DialogyWidget::keyPressEvent(QKeyEvent* e)
|
||||
{
|
||||
#ifdef Q_WS_MAC
|
||||
if (e->modifiers() == Qt::ControlModifier && e->key() == Qt::Key_Period) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue