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