From c21595e59839ef30210edc66f416d4cdc2976fce Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 4 Jan 2025 19:32:43 -0500 Subject: [PATCH] refactor: ActionDialog, remove unneeed forward declare for QRadioButton --- src/apps/deskflow-gui/dialogs/ActionDialog.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/deskflow-gui/dialogs/ActionDialog.h b/src/apps/deskflow-gui/dialogs/ActionDialog.h index dcb2a218f..352474884 100644 --- a/src/apps/deskflow-gui/dialogs/ActionDialog.h +++ b/src/apps/deskflow-gui/dialogs/ActionDialog.h @@ -23,7 +23,6 @@ class Hotkey; class Action; -class QRadioButton; class QButtonGroup; class ServerConfig; class KeySequenceWidget;