mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 22:55:41 +08:00
Ref T189, shortcuts still need legacy slots
This commit is contained in:
@@ -78,6 +78,10 @@ protected:
|
|||||||
//! \copydoc QDialog::mouseMoveEvent
|
//! \copydoc QDialog::mouseMoveEvent
|
||||||
void mouseMoveEvent(QMouseEvent *event) override;
|
void mouseMoveEvent(QMouseEvent *event) override;
|
||||||
|
|
||||||
|
private slots:
|
||||||
|
//! Show the log page
|
||||||
|
void showLogPage();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QScopedPointer<Ui::CSwiftLauncher> ui;
|
QScopedPointer<Ui::CSwiftLauncher> ui;
|
||||||
QScopedPointer<BlackGui::Components::CConfigurationWizard> m_wizard;
|
QScopedPointer<BlackGui::Components::CConfigurationWizard> m_wizard;
|
||||||
@@ -166,9 +170,6 @@ private:
|
|||||||
//! Tab changed
|
//! Tab changed
|
||||||
void tabChanged(int current);
|
void tabChanged(int current);
|
||||||
|
|
||||||
//! Show the log page
|
|
||||||
void showLogPage();
|
|
||||||
|
|
||||||
//! Check if applications are already running
|
//! Check if applications are already running
|
||||||
void checkRunningApplicationsAndCore();
|
void checkRunningApplicationsAndCore();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user