[#874] remove x,y,z from linear patter, cause makes no sense

This commit is contained in:
jriegel
2012-11-15 19:55:23 +01:00
parent 08a39943af
commit 8a40df6c22
3 changed files with 38 additions and 69 deletions

View File

@@ -64,9 +64,9 @@ public:
private Q_SLOTS:
void onStdDirection(const std::string& dir);
void onButtonX();
void onButtonY();
void onButtonZ();
//void onButtonX();
//void onButtonY();
//void onButtonZ();
void onCheckReverse(const bool on);
void onLength(const double l);
void onOccurrences(const int n);