summaryrefslogtreecommitdiffstats
path: root/src/control/controlttrotary.h
blob: ee132fed302e0b8f098b8ec6856f064107b5d836 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "preferences/usersettings.h"
#include "control/controlobject.h"

class ControlTTRotary : public ControlObject {
    Q_OBJECT
  public:
    ControlTTRotary(const ConfigKey& key);
};