Ref T189, shortcuts still need legacy slots

This commit is contained in:
Klaus Basan
2017-11-22 19:40:47 +01:00
parent 520d79edb5
commit 961ef9e4ed

View File

@@ -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();