Tool: add permanent config method

This commit is contained in:
lupoDharkael
2018-05-17 20:18:52 +02:00
parent 13b0e61d36
commit c81ee94a82
7 changed files with 11 additions and 35 deletions

View File

@@ -33,14 +33,6 @@ bool AbstractActionTool::showMousePreview() const {
return false;
}
QWidget *AbstractActionTool::widget() {
return nullptr;
}
QWidget *AbstractActionTool::configurationWidget() {
return nullptr;
}
void AbstractActionTool::undo(QPixmap &pixmap) {
Q_UNUSED(pixmap);
}