mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-25 03:29:57 +00:00
added settings functions
added const type
This commit is contained in:
@ -38,12 +38,12 @@ public:
|
||||
|
||||
public slots:
|
||||
void clear();
|
||||
void setShown(bool state);
|
||||
void setShown(const bool state);
|
||||
|
||||
private:
|
||||
Ui::TunnelWidget *ui;
|
||||
void createFilter();
|
||||
QString getIp(QString rawIp);
|
||||
QString getIp(const QString rawIp);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user