You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef CSV_RENDER_INSTANCEMOVEMODE_H
|
|
#define CSV_RENDER_INSTANCEMOVEMODE_H
|
|
|
|
#include "../widget/modebutton.hpp"
|
|
|
|
namespace CSVRender
|
|
{
|
|
class InstanceMoveMode : public CSVWidget::ModeButton
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
|
|
InstanceMoveMode (QWidget *parent = nullptr);
|
|
};
|
|
}
|
|
|
|
#endif
|