1
0

minor tweaks, fix typo, add new bug

This commit is contained in:
Gary Wang
2019-10-02 14:31:24 +08:00
parent e0d5c9db3d
commit ad879f8f8b
7 changed files with 31 additions and 17 deletions

View File

@@ -46,7 +46,9 @@ BottomButtonGroup::BottomButtonGroup(QWidget *parent)
addButton(newBtn("view-background-checkerboard", [this]() {
emit toggleCheckerboardBtnClicked();
}));
addButton(newBtn("object-rorate-right", [](){qDebug()<< "TODO: object-rorate-right";}));
addButton(newBtn("object-rotate-right", [this]() {
emit rotateRightBtnClicked();
}));
}
void BottomButtonGroup::addButton(QAbstractButton *button)