Update Spanish translation and cleanup (#268)

* Fix TextTool warning

It throws the following warning:

src/tools/text/texttool.cpp:50: Class TextTool lacks Q_OBJECT macro

* Add missing translations

* Remove obsolete translations

lupdate -no-obsolete flameshot.pro
This commit is contained in:
Alfredo Ramos
2018-07-07 15:37:32 -05:00
committed by Dharkael
parent ecdd3b2e45
commit b301880872
10 changed files with 2 additions and 127 deletions

View File

@@ -24,6 +24,7 @@ class TextWidget;
class TextConfig;
class TextTool : public CaptureTool {
Q_OBJECT
public:
explicit TextTool(QObject *parent = nullptr);