summaryrefslogtreecommitdiffstats
path: root/src/control/controlencoder.h
blob: a323ac31335038c4aa485bcbce182fb9efd2c4cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CONTROLENCODER_H
#define CONTROLENCODER_H

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

class ControlEncoder : public ControlObject {
    Q_OBJECT
  public:
    ControlEncoder(const ConfigKey& key, bool bIgnoreNops = true);
};

#endif