Solve cppcheck warnings

This commit is contained in:
lupoDharkael
2018-05-26 18:38:06 +02:00
parent dcaa2e321f
commit 49227fac43
15 changed files with 13 additions and 28 deletions

View File

@@ -134,10 +134,6 @@ void CaptureButton::animatedShow() {
}
}
CaptureButton::ButtonType CaptureButton::buttonType() const {
return m_buttonType;
}
CaptureTool *CaptureButton::tool() const {
return m_tool;
}