Add custom hotkeys. (#2340)
Co-authored-by: LosFarmosCTL <80157503+LosFarmosCTL@users.noreply.github.com> Co-authored-by: Paweł <zneix@zneix.eu> Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com> Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -33,8 +33,10 @@ protected:
|
||||
|
||||
private:
|
||||
void addCustomTitlebarButtons();
|
||||
void addDebugStuff();
|
||||
void addShortcuts();
|
||||
void addDebugStuff(
|
||||
std::map<QString, std::function<QString(std::vector<QString>)>>
|
||||
&actions);
|
||||
void addShortcuts() override;
|
||||
void addLayout();
|
||||
void onAccountSelected();
|
||||
void addMenuBar();
|
||||
|
||||
Reference in New Issue
Block a user