mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
refs #886, configuration button in launcher
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include <QNetworkReply>
|
||||
|
||||
namespace Ui { class CSwiftLauncher; }
|
||||
namespace BlackGui { namespace Components { class CConfigurationWizard; }}
|
||||
|
||||
/*!
|
||||
* swift launcher tool
|
||||
@@ -76,6 +77,7 @@ protected:
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CSwiftLauncher> ui;
|
||||
QScopedPointer<BlackGui::Components::CConfigurationWizard> m_wizard;
|
||||
BlackMisc::CData<BlackCore::Data::TUpdateInfo> m_updateInfo { this, &CSwiftLauncher::ps_changedUpdateInfoCache }; //!< version cache
|
||||
BlackMisc::CData<BlackCore::Data::TLauncherSetup> m_setup { this }; //! setup, ie last user selection
|
||||
QString m_executable;
|
||||
@@ -183,6 +185,9 @@ private slots:
|
||||
|
||||
//! Check if applicationas are already running
|
||||
void ps_checkRunningApplicationsAndCore();
|
||||
|
||||
//! Start the configuration wizard
|
||||
void ps_startWizard();
|
||||
};
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user