implement inheritance keyword for .qsrun entries

This commit is contained in:
2020-09-06 21:37:15 +02:00
parent 45d7b930f8
commit 560e15d48d
2 changed files with 26 additions and 1 deletions

View File

@ -24,6 +24,8 @@ class EntryConfig
QIcon icon;
int row = 0;
int col = 0;
EntryConfig &update(const EntryConfig &o);
};
class EntryProvider