mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Solve cppcheck warnings
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#define BASE_POINT_SIZE 8
|
||||
|
||||
|
||||
TextTool::TextTool(QObject *parent) : CaptureTool(parent) {
|
||||
TextTool::TextTool(QObject *parent) : CaptureTool(parent), m_size(1) {
|
||||
}
|
||||
|
||||
bool TextTool::isValid() const {
|
||||
|
||||
Reference in New Issue
Block a user