mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 02:15:44 -05:00
[unpackfsc] Add missing Q_OBJECT for things that use translation
This commit is contained in:
parent
d4f1cba7a1
commit
0259662b67
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
*/
|
||||
class TarballRunner : public Runner
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
using Runner::Runner;
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
*/
|
||||
class UnsquashRunner : public Runner
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
using Runner::Runner;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue