summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/ppp/pppmodule.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings/ppp/pppmodule.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/ppp/pppmodule.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/settings/networksettings/ppp/pppmodule.h b/noncore/settings/networksettings/ppp/pppmodule.h
index c8e77e2..6464f87 100644
--- a/noncore/settings/networksettings/ppp/pppmodule.h
+++ b/noncore/settings/networksettings/ppp/pppmodule.h
@@ -1,5 +1,5 @@
#ifndef PPP_MODULE_H
#define PPP_MODULE_H
-
+
#include "module.h"
@@ -7,5 +7,5 @@ class PPPModule : Module {
signals:
- void updateInterface(Interface *i);
+ void updateInterface(Interface *i);
public:
@@ -18,5 +18,5 @@ public:
virtual QWidget *information(Interface *i);
virtual QList<Interface> getInterfaces();
- virtual void possibleNewInterfaces(QMap<QString, QString> &){};
+ virtual void possibleNewInterfaces(QMap<QString, QString> &);
virtual Interface *addNewInterface(const QString &name);
virtual bool remove(Interface* i);