moved ID from field to row
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "doubleinput.h"
|
||||
|
||||
DoubleInput::DoubleInput()
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
#ifndef DOUBLEINPUT_H
|
||||
#define DOUBLEINPUT_H
|
||||
|
||||
#include "effects/effectrow.h"
|
||||
|
||||
class DoubleInput : public EffectRow
|
||||
{
|
||||
public:
|
||||
DoubleInput();
|
||||
};
|
||||
|
||||
#endif // DOUBLEINPUT_H
|
||||
Reference in New Issue
Block a user