Add Q_OBJECT macros.

This commit is contained in:
Teo Mrnjavac 2015-12-17 13:44:41 +01:00
parent 0c9d64878a
commit 7102596729
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
*/
class PartitionBarsView : public QAbstractItemView
{
Q_OBJECT
public:
explicit PartitionBarsView( QWidget* parent = nullptr );
virtual ~PartitionBarsView();

View File

@ -31,6 +31,7 @@
*/
class PartitionLabelsView : public QAbstractItemView
{
Q_OBJECT
public:
explicit PartitionLabelsView( QWidget* parent = nullptr );
virtual ~PartitionLabelsView();