[unpackfsc] Add missing Q_OBJECT for things that use translation

This commit is contained in:
Adriaan de Groot 2024-11-29 13:55:04 +01:00
parent d4f1cba7a1
commit 0259662b67
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
*/
class TarballRunner : public Runner
{
Q_OBJECT
public:
using Runner::Runner;

View File

@ -17,6 +17,7 @@
*/
class UnsquashRunner : public Runner
{
Q_OBJECT
public:
using Runner::Runner;