summaryrefslogtreecommitdiffstats
path: root/src/widget/woverviewhsv.h
blob: 9876040adf281444ab5864658d29c5b88326863e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include "widget/woverview.h"

class WOverviewHSV : public WOverview {
  public:
    WOverviewHSV(
            const QString& group,
            PlayerManager* pPlayerManager,
            UserSettingsPointer pConfig,
            QWidget* parent = nullptr);

  private:
    bool drawNextPixmapPart() override;
};