implement inheritance keyword for .qsrun entries
This commit is contained in:
@ -24,6 +24,8 @@ class EntryConfig
|
||||
QIcon icon;
|
||||
int row = 0;
|
||||
int col = 0;
|
||||
|
||||
EntryConfig &update(const EntryConfig &o);
|
||||
};
|
||||
|
||||
class EntryProvider
|
||||
|
Reference in New Issue
Block a user