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.cpp | |
| parent | 5a90eecc21412fa705837eb724250ef1b758c993 (diff) | |
Fix issue with getColor() not being overriden properly.
Diffstat (limited to 'src/modinforegular.cpp')
| -rw-r--r-- | src/modinforegular.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinforegular.cpp b/src/modinforegular.cpp index e74c5070..d248f530 100644 --- a/src/modinforegular.cpp +++ b/src/modinforegular.cpp @@ -559,7 +559,7 @@ void ModInfoRegular::setColor(QColor color) m_MetaInfoChanged = true; } -QColor ModInfoRegular::getColor() +QColor ModInfoRegular::getColor() const { return m_Color; } |
