refactor: Remove singleapplicationui class

This only protected the UI settings but it likely required for many
other settings as well, if done propertly. Do reduce complexity =>
remove for now
This commit is contained in:
Lars Toenning
2025-03-24 14:23:53 +01:00
parent 509d34ed37
commit 472f69da4c
5 changed files with 2 additions and 71 deletions

View File

@@ -10,7 +10,6 @@
#include <QScopedPointer>
#include "gui/settings/guisettings.h"
#include "gui/singleapplicationui.h"
namespace Ui
{
@@ -21,7 +20,7 @@ namespace swift::gui::components
/*!
* General GUI settings
*/
class CSettingsGuiComponent : public QFrame, public swift::gui::CSingleApplicationUi
class CSettingsGuiComponent : public QFrame
{
Q_OBJECT