[partition] [tracking] [welcome] Missing Q_OBJECT
- These aren't strictly necessary for the code, but they help with translations.
This commit is contained in:
parent
d65e0fb4c8
commit
2eb84e2de1
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
class CreateVolumeGroupDialog : public VolumeGroupBaseDialog
|
class CreateVolumeGroupDialog : public VolumeGroupBaseDialog
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
CreateVolumeGroupDialog( QString& vgName,
|
CreateVolumeGroupDialog( QString& vgName,
|
||||||
QVector< const Partition* >& selectedPVs,
|
QVector< const Partition* >& selectedPVs,
|
||||||
|
@ -26,6 +26,7 @@ class LvmDevice;
|
|||||||
|
|
||||||
class ResizeVolumeGroupDialog : public VolumeGroupBaseDialog
|
class ResizeVolumeGroupDialog : public VolumeGroupBaseDialog
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
using PartitionVector = QVector< const Partition* >;
|
using PartitionVector = QVector< const Partition* >;
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ class QSemaphore;
|
|||||||
|
|
||||||
class TrackingInstallJob : public Calamares::Job
|
class TrackingInstallJob : public Calamares::Job
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
TrackingInstallJob( const QString& url );
|
TrackingInstallJob( const QString& url );
|
||||||
~TrackingInstallJob() override;
|
~TrackingInstallJob() override;
|
||||||
|
@ -87,6 +87,7 @@ createResultWidgets( QLayout* layout,
|
|||||||
*/
|
*/
|
||||||
class ResultsListDialog : public QDialog
|
class ResultsListDialog : public QDialog
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
/** @brief Create a dialog for the given @p checkEntries list of requirements.
|
/** @brief Create a dialog for the given @p checkEntries list of requirements.
|
||||||
*
|
*
|
||||||
@ -286,3 +287,5 @@ ResultsListWidget::retranslate()
|
|||||||
.arg( *Calamares::Branding::ProductName ) );
|
.arg( *Calamares::Branding::ProductName ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "ResultsListWidget.moc"
|
||||||
|
Loading…
Reference in New Issue
Block a user