mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
refactor: Rename blackgui to swift::gui
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
//! \ingroup samplehotkey
|
||||
|
||||
#include "misc/directoryutils.h"
|
||||
#include "blackgui/components/settingshotkeycomponent.h"
|
||||
#include "blackgui/guiapplication.h"
|
||||
#include "gui/components/settingshotkeycomponent.h"
|
||||
#include "gui/guiapplication.h"
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
using namespace swift::misc;
|
||||
using namespace BlackGui;
|
||||
using namespace swift::gui;
|
||||
|
||||
//! main
|
||||
int main(int argc, char *argv[])
|
||||
@@ -19,7 +19,7 @@ int main(int argc, char *argv[])
|
||||
CGuiApplication::highDpiScreenSupport();
|
||||
QApplication qa(argc, argv);
|
||||
CGuiApplication a("samplehotkey", swift::misc::CApplicationInfo::Sample, QPixmap());
|
||||
BlackGui::Components::CSettingsHotkeyComponent w;
|
||||
swift::gui::components::CSettingsHotkeyComponent w;
|
||||
w.show();
|
||||
return a.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user