mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user