mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-28 09:24:24 +02:00
Fixed options/settings handling isses.
This commit is contained in:
@ -36,3 +36,11 @@ void Palette::reset()
|
||||
{
|
||||
_state = _h;
|
||||
}
|
||||
|
||||
QDebug operator<<(QDebug dbg, const Palette &palette)
|
||||
{
|
||||
dbg.nospace() << "Palette(" << palette.color() << ", " << palette.shift()
|
||||
<< ")";
|
||||
|
||||
return dbg.maybeSpace();
|
||||
}
|
||||
|
Reference in New Issue
Block a user