mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-08-16 22:39:55 +00:00
now mobile ppp widget has been completed
This commit is contained in:
@ -29,7 +29,7 @@ class ErrorWindow;
|
||||
class EthernetWidget;
|
||||
class GeneralWidget;
|
||||
class IpWidget;
|
||||
class MobilePpp;
|
||||
class MobileWidget;
|
||||
class Netctl;
|
||||
class NetctlProfile;
|
||||
class PasswdWidget;
|
||||
@ -89,7 +89,7 @@ private:
|
||||
EthernetWidget *ethernetWid;
|
||||
GeneralWidget *generalWid;
|
||||
IpWidget *ipWid;
|
||||
MobilePpp *mobileWid;
|
||||
MobileWidget *mobileWid;
|
||||
PppoeWidget *pppoeWid;
|
||||
TunnelWidget *tunnelWid;
|
||||
TuntapWidget *tuntapWid;
|
||||
|
Reference in New Issue
Block a user