Add Q_OBJECT macros.
This commit is contained in:
parent
0c9d64878a
commit
7102596729
@ -30,6 +30,7 @@
|
||||
*/
|
||||
class PartitionBarsView : public QAbstractItemView
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit PartitionBarsView( QWidget* parent = nullptr );
|
||||
virtual ~PartitionBarsView();
|
||||
|
@ -31,6 +31,7 @@
|
||||
*/
|
||||
class PartitionLabelsView : public QAbstractItemView
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit PartitionLabelsView( QWidget* parent = nullptr );
|
||||
virtual ~PartitionLabelsView();
|
||||
|
Loading…
Reference in New Issue
Block a user