EnrtyConfig: store iconPath, not QIcon. Keeps icon after rearranging entries

This commit is contained in:
2020-09-27 17:00:28 +02:00
parent 9daaba2543
commit 7bae1183c6
5 changed files with 32 additions and 15 deletions

View File

@@ -24,8 +24,8 @@ class EntryConfig
QString key;
QString name;
QString command;
QString iconPath;
QStringList arguments;
QIcon icon;
QString inherit;
int row = 0;
int col = 0;