summaryrefslogtreecommitdiff
path: root/noncore/settings
Unidiff
Diffstat (limited to 'noncore/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/ppp/interfaceppp.cpp1
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
@@ -35,12 +35,13 @@ Modem* InterfacePPP::modem()
35 return _modemPtr; 35 return _modemPtr;
36} 36}
37 37
38bool InterfacePPP::refresh() 38bool 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
45void InterfacePPP::start() 46void InterfacePPP::start()
46{ 47{