mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
refactor: Rename blackcore to swift::core
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <QDialog>
|
||||
#include <QScopedPointer>
|
||||
#include <QAbstractButton>
|
||||
#include "blackcore/context/contextapplication.h"
|
||||
#include "core/context/contextapplication.h"
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
@@ -34,7 +34,7 @@ namespace BlackGui::Components
|
||||
private:
|
||||
QScopedPointer<Ui::CApplicationCloseDialog> ui;
|
||||
QStringList m_settingsDescriptions; //!< values as displayed
|
||||
BlackCore::Context::CSettingsDictionary m_settingsDictionary; //!< values and descriptions, unsorted
|
||||
swift::core::context::CSettingsDictionary m_settingsDictionary; //!< values and descriptions, unsorted
|
||||
|
||||
//! Accepted
|
||||
void onAccepted();
|
||||
|
||||
Reference in New Issue
Block a user