![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
Go to the source code of this file.
Classes | |
class | QList< T > |
Namespaces | |
LeechCraft | |
LeechCraft::Util | |
Functions | |
void | LeechCraft::Util::CreateShortcuts (const QList< QKeySequence > &seqs, const std::function< void()> &func, QWidget *parent) |
Makes func invokable with shortcuts in seq. More... | |
void | LeechCraft::Util::CreateShortcuts (const QList< QKeySequence > &seqs, QObject *object, const char *metamethod, QWidget *parent) |
Makes metamethod invokable with shortcuts in seq. More... | |