mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Convert private slots to private functions
This commit is contained in:
committed by
Klaus Basan
parent
2856dad280
commit
b6180d33af
@@ -107,9 +107,7 @@ namespace BlackCore
|
||||
//! Constructor
|
||||
CInputManager(QObject *parent = nullptr);
|
||||
|
||||
private slots:
|
||||
void ps_processKeyCombinationChanged(const BlackMisc::Input::CHotkeyCombination &combination);
|
||||
void ps_processButtonCombinationChanged(const BlackMisc::Input::CHotkeyCombination &combination);
|
||||
|
||||
|
||||
private:
|
||||
//! Handle to a bound action
|
||||
@@ -125,6 +123,9 @@ namespace BlackCore
|
||||
//! Reload hotkey settings
|
||||
void reloadHotkeySettings();
|
||||
|
||||
void processKeyCombinationChanged(const BlackMisc::Input::CHotkeyCombination &combination);
|
||||
void processButtonCombinationChanged(const BlackMisc::Input::CHotkeyCombination &combination);
|
||||
|
||||
//! Bind action
|
||||
int bindImpl(const QString &action, QObject *receiver, std::function<void(bool)> function);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user