Feature: execute commands on chat messages using the context menu (#3738)

This commit is contained in:
xel86
2022-05-22 10:45:54 -04:00
committed by GitHub
parent 7d9c3c65da
commit 4239666934
8 changed files with 103 additions and 9 deletions
@@ -13,6 +13,13 @@ class CommandModel : public SignalVectorModel<Command>
{
explicit CommandModel(QObject *parent);
enum Column {
Trigger = 0,
CommandFunc = 1,
ShowInMessageContextMenu = 2,
COUNT,
};
protected:
// turn a vector item into a model row
virtual Command getItemFromRow(std::vector<QStandardItem *> &row,