summaryrefslogtreecommitdiff
path: root/noncore/settings
authorbenmeyer <benmeyer>2002-11-22 20:57:18 (UTC)
committer benmeyer <benmeyer>2002-11-22 20:57:18 (UTC)
commit575f126fe474ba1d1603de73088c342c2a3eaa8f (patch) (unidiff)
tree382d804a7c29d664fa6f864663201b736270feaa /noncore/settings
parent6632eb593cc9ac17a4b01efb7a5145c4e7efaaa4 (diff)
downloadopie-575f126fe474ba1d1603de73088c342c2a3eaa8f.zip
opie-575f126fe474ba1d1603de73088c342c2a3eaa8f.tar.gz
opie-575f126fe474ba1d1603de73088c342c2a3eaa8f.tar.bz2
Remove return
Diffstat (limited to 'noncore/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/wlan/wlanimp.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/noncore/settings/networksettings/wlan/wlanimp.cpp b/noncore/settings/networksettings/wlan/wlanimp.cpp
index 44c721a..6a56358 100644
--- a/noncore/settings/networksettings/wlan/wlanimp.cpp
+++ b/noncore/settings/networksettings/wlan/wlanimp.cpp
@@ -175,3 +175,3 @@ void WLANImp::changeAndSaveSettingFile(){
175 stream << " restricted"; 175 stream << " restricted";
176 stream << "\n\""; 176 stream << "\"\n";
177 } 177 }
@@ -184,3 +184,3 @@ void WLANImp::changeAndSaveSettingFile(){
184 output = true; 184 output = true;
185 if(output) 185 if(output && (*it).length() )
186 stream << (*it) << '\n'; 186 stream << (*it) << '\n';
@@ -210,4 +210,2 @@ void WLANImp::accept(){
210 210
211 QDialog::accept();
212 return;
213 // Restart the device now that the settings have changed 211 // Restart the device now that the settings have changed