mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #485, moved some gui classes to components
Originally components was meant for runtime based components. No longer true, so some classes now better find into that namespace.
This commit is contained in:
committed by
Mathew Sutcliffe
parent
96913c6dc1
commit
6a06aa0460
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "settingshotkeycomponent.h"
|
||||
#include "ui_settingshotkeycomponent.h"
|
||||
#include "blackgui/hotkeydialog.h"
|
||||
#include "blackgui/components/hotkeydialog.h"
|
||||
#include "blackgui/guiapplication.h"
|
||||
#include "blackcore/contextapplication.h"
|
||||
#include <QMessageBox>
|
||||
@@ -22,7 +22,6 @@ namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
{
|
||||
|
||||
CSettingsHotkeyComponent::CSettingsHotkeyComponent(QWidget *parent) :
|
||||
QFrame(parent),
|
||||
ui(new Ui::CSettingsHotkeyComponent)
|
||||
|
||||
Reference in New Issue
Block a user