small fixes before editing plasmoid

This commit is contained in:
arcan1s
2014-03-02 18:45:07 +04:00
parent 996d2d5bee
commit 682b6c5b4f
9 changed files with 21 additions and 19 deletions

View File

@ -20,6 +20,7 @@
#include <Plasma/DataEngine>
class Netctl : public Plasma::DataEngine
{
Q_OBJECT
@ -33,6 +34,7 @@ protected:
bool updateSourceEvent(const QString &source);
QStringList sources() const;
private:
// configuration
// enable check external IP
QString checkExtIP;
@ -46,4 +48,5 @@ protected:
QString netDir;
};
#endif /* NETCTL_DE_H */