Change label text to DNS exceptions

This commit is contained in:
Mykola Baibuz 2025-03-10 20:43:46 +02:00
parent cafac3aa61
commit 92b0ea6213
8 changed files with 15 additions and 15 deletions

View file

@ -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