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 @@
#include "core/defs.h"
AllowedDnsController::AllowedDnsController(const std::shared_ptr<Settings> &settings,
const QSharedPointer<AllowedDnsModel> &allowedDnsModel,
QObject *parent)
const QSharedPointer<AllowedDnsModel> &allowedDnsModel,
QObject *parent)
: QObject(parent), m_settings(settings), m_allowedDnsModel(allowedDnsModel)
{
}
@ -98,4 +98,4 @@ void AllowedDnsController::exportDns(const QString &fileName)
SystemController::saveFile(fileName, jsonData);
emit finished(tr("Export completed"));
}
}