From 59dbb076579e0387f960525b415511946eb83b17 Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 10 Sep 2004 11:16:54 +0000 Subject: Fix the issues the compilers bothers remove unused parameters, give return values on return --- (limited to 'noncore/settings/networksettings/wlan/keyedit.cpp') diff --git a/noncore/settings/networksettings/wlan/keyedit.cpp b/noncore/settings/networksettings/wlan/keyedit.cpp index 13a1c3b..62f8960 100644 --- a/noncore/settings/networksettings/wlan/keyedit.cpp +++ b/noncore/settings/networksettings/wlan/keyedit.cpp @@ -11,12 +11,12 @@ KeyEdit::~KeyEdit() { } -void KeyEdit::focusInEvent(QFocusEvent *event) +void KeyEdit::focusInEvent(QFocusEvent *) { setEchoMode(Normal); } -void KeyEdit::focusOutEvent(QFocusEvent *event) +void KeyEdit::focusOutEvent(QFocusEvent *) { setEchoMode(Password); } -- cgit v0.9.0.2