diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-07 12:17:27 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-07 12:17:27 +0200 |
| commit | ff990c77434a33dd1b500e7704511fed73ea1ea4 (patch) | |
| tree | ae215b0ac3c2db2878a01dd3672c3b4d4cb625fe /src/modinforegular.h | |
| parent | 5a90eecc21412fa705837eb724250ef1b758c993 (diff) | |
Fix issue with getColor() not being overriden properly.
Diffstat (limited to 'src/modinforegular.h')
| -rw-r--r-- | src/modinforegular.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinforegular.h b/src/modinforegular.h index 11a78765..b4a7bfd2 100644 --- a/src/modinforegular.h +++ b/src/modinforegular.h @@ -388,7 +388,7 @@ public: virtual void setColor(QColor color) override; - virtual QColor getColor(); + virtual QColor getColor() const override; virtual void addInstalledFile(int modId, int fileId) override; |
