Conversions to QString for user-defined Qt types

This commit is contained in:
Bill Somerville
2020-09-26 13:57:21 +01:00
parent 4b85d916ec
commit db9b2d538d
7 changed files with 47 additions and 17 deletions
+1
View File
@@ -30,6 +30,7 @@ public:
bool enabled_;
QBrush foreground_;
QBrush background_;
QString toString () const;
};
using HighlightItems = QList<HighlightInfo>;