Change label text to DNS exceptions
This commit is contained in:
parent
cafac3aa61
commit
92b0ea6213
8 changed files with 15 additions and 15 deletions
|
|
@ -11,8 +11,8 @@ class AllowedDnsController : public QObject
|
|||
Q_OBJECT
|
||||
public:
|
||||
explicit AllowedDnsController(const std::shared_ptr<Settings> &settings,
|
||||
const QSharedPointer<AllowedDnsModel> &allowedDnsModel,
|
||||
QObject *parent = nullptr);
|
||||
const QSharedPointer<AllowedDnsModel> &allowedDnsModel,
|
||||
QObject *parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void addDns(QString ip);
|
||||
|
|
@ -32,4 +32,4 @@ private:
|
|||
QSharedPointer<AllowedDnsModel> m_allowedDnsModel;
|
||||
};
|
||||
|
||||
#endif // ALLOWEDDNSCONTROLLER_H
|
||||
#endif // ALLOWEDDNSCONTROLLER_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue