mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-08-13 04:49:57 +00:00
added settings functions
added const type
This commit is contained in:
@ -38,10 +38,10 @@ public:
|
||||
|
||||
public slots:
|
||||
void clear();
|
||||
void setShown(bool state);
|
||||
void setShown(const bool state);
|
||||
|
||||
private slots:
|
||||
void changeMode(QString currentText);
|
||||
void changeMode(const QString currentText);
|
||||
void selectOptionsFile();
|
||||
void showAdvanced();
|
||||
|
||||
|
Reference in New Issue
Block a user