mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 14:53:42 +00:00
more refactoring
+ added debug output
This commit is contained in:
@ -140,7 +140,7 @@ void IpWidget::createFilter()
|
||||
}
|
||||
|
||||
|
||||
void IpWidget::keyPressEvent(const QKeyEvent *pressedKey)
|
||||
void IpWidget::keyPressEvent(QKeyEvent *pressedKey)
|
||||
{
|
||||
if (pressedKey->key() == Qt::Key_Delete) {
|
||||
if (ui->listWidget_ipAddress->hasFocus() &&
|
||||
|
||||
Reference in New Issue
Block a user