mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-13 05:45:50 +00:00
more refactoring
This commit is contained in:
@ -42,7 +42,7 @@ PasswdWidget::~PasswdWidget()
|
||||
|
||||
|
||||
// ESC press event
|
||||
void PasswdWidget::keyPressEvent(QKeyEvent *pressedKey)
|
||||
void PasswdWidget::keyPressEvent(const QKeyEvent *pressedKey)
|
||||
{
|
||||
if (pressedKey->key() == Qt::Key_Escape)
|
||||
cancel();
|
||||
|
Reference in New Issue
Block a user