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

@@ -39,14 +39,6 @@ bool AbstractPathTool::showMousePreview() const {
return true;
}
QWidget *AbstractPathTool::widget() {
return nullptr;
}
QWidget *AbstractPathTool::configurationWidget() {
return nullptr;
}
void AbstractPathTool::undo(QPixmap &pixmap) {
QPainter p(&pixmap);
const int val = m_thickness + m_padding;