From aa5a704131d0465aa32fc0d3c6ccec8fe2530e94 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Thu, 27 Feb 2025 10:02:23 -0500 Subject: [PATCH] chore: settings dialog remove unused includes --- src/apps/deskflow-gui/dialogs/SettingsDialog.cpp | 3 --- src/apps/deskflow-gui/dialogs/SettingsDialog.h | 2 -- 2 files changed, 5 deletions(-) diff --git a/src/apps/deskflow-gui/dialogs/SettingsDialog.cpp b/src/apps/deskflow-gui/dialogs/SettingsDialog.cpp index e07fc1783..3e17d5f8b 100644 --- a/src/apps/deskflow-gui/dialogs/SettingsDialog.cpp +++ b/src/apps/deskflow-gui/dialogs/SettingsDialog.cpp @@ -11,11 +11,8 @@ #include "gui/core/CoreProcess.h" #include "gui/messages.h" -#include "gui/style_utils.h" #include "gui/tls/TlsCertificate.h" #include "gui/tls/TlsUtility.h" -#include "gui/validators/ScreenNameValidator.h" -#include "gui/validators/ValidationError.h" #include #include diff --git a/src/apps/deskflow-gui/dialogs/SettingsDialog.h b/src/apps/deskflow-gui/dialogs/SettingsDialog.h index 92ffd8590..b39aef053 100644 --- a/src/apps/deskflow-gui/dialogs/SettingsDialog.h +++ b/src/apps/deskflow-gui/dialogs/SettingsDialog.h @@ -38,13 +38,11 @@ signals: private: void initConnections(); - void regenCertificates(); void browseCertificatePath(); void browseLogPath(); void setLogToFile(bool logToFile); void setSystemScope(bool systemScope); - void accept() override; void reject() override; void showEvent(QShowEvent *event) override;