mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-10-15 01:19:56 +00:00
more refactoring
+ added debug output
This commit is contained in:
@ -103,7 +103,7 @@ void WirelessWidget::createActions()
|
||||
}
|
||||
|
||||
|
||||
void WirelessWidget::keyPressEvent(const QKeyEvent *pressedKey)
|
||||
void WirelessWidget::keyPressEvent(QKeyEvent *pressedKey)
|
||||
{
|
||||
if (pressedKey->key() == Qt::Key_Delete) {
|
||||
if (ui->listWidget_wpaConfigSection->hasFocus() &&
|
||||
|
Reference in New Issue
Block a user