author | dwmw2 <dwmw2> | 2003-06-07 17:07:15 (UTC) |
---|---|---|
committer | dwmw2 <dwmw2> | 2003-06-07 17:07:15 (UTC) |
commit | b293babbe1e640705163a95e192461d140f590eb (patch) (unidiff) | |
tree | af0136128bede0e60e858b056bdce4128b833bfd | |
parent | 1adb158cfd65a5771af279e0e774f45fcc860faf (diff) | |
download | opie-b293babbe1e640705163a95e192461d140f590eb.zip opie-b293babbe1e640705163a95e192461d140f590eb.tar.gz opie-b293babbe1e640705163a95e192461d140f590eb.tar.bz2 |
updateInterface() in refresh()
-rw-r--r-- | noncore/settings/networksettings/ppp/interfaceppp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/ppp/interfaceppp.cpp b/noncore/settings/networksettings/ppp/interfaceppp.cpp index 85ddbee..9ec30bc 100644 --- a/noncore/settings/networksettings/ppp/interfaceppp.cpp +++ b/noncore/settings/networksettings/ppp/interfaceppp.cpp | |||
@@ -37,8 +37,9 @@ Modem* InterfacePPP::modem() | |||
37 | 37 | ||
38 | bool InterfacePPP::refresh() | 38 | bool InterfacePPP::refresh() |
39 | { | 39 | { |
40 | qDebug("InterfacePPP::refresh()"); | 40 | qDebug("InterfacePPP::refresh()"); |
41 | updateInterface(this); | ||
41 | QMessageBox::information(0,"Not Implemented","This feature is not yet implemneted... ;-("); | 42 | QMessageBox::information(0,"Not Implemented","This feature is not yet implemneted... ;-("); |
42 | return false; | 43 | return false; |
43 | } | 44 | } |
44 | 45 | ||