mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-12 05:15:50 +00:00
small fixes before editing plasmoid
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user