[partition] Reduce Transifex warnings
- Add a (superfluous, since they don't have their own signals or slots) Q_OBJECT macro to the VG jobs, to silence a Transifex warning (this does make sure that the tool knows about the context for the translated messages)
This commit is contained in:
parent
6fbc467795
commit
723358e145
@ -27,6 +27,7 @@
|
||||
|
||||
class CreateVolumeGroupJob : public Calamares::Job
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
CreateVolumeGroupJob( QString& vgName, QVector< const Partition* > pvList, const qint32 peSize );
|
||||
|
||||
|
@ -25,6 +25,7 @@ class LvmDevice;
|
||||
|
||||
class DeactivateVolumeGroupJob : public Calamares::Job
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
DeactivateVolumeGroupJob( LvmDevice* device );
|
||||
|
||||
|
@ -25,6 +25,7 @@ class LvmDevice;
|
||||
|
||||
class RemoveVolumeGroupJob : public Calamares::Job
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
RemoveVolumeGroupJob( LvmDevice* device );
|
||||
|
||||
|
@ -28,6 +28,7 @@ class Partition;
|
||||
|
||||
class ResizeVolumeGroupJob : public Calamares::Job
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
ResizeVolumeGroupJob( LvmDevice* device, QVector< const Partition* >& partitionList );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user