Skip to content

Commit

Permalink
fix: add missing Q_OBJECT to QT related files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trico-Everfire committed May 19, 2024
1 parent 3fa5da0 commit 133867e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/VTFEImport.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class GeneralTab : public QDialog

class AdvancedTab : public QDialog
{
Q_OBJECT
friend class VTFEImport;
QGridLayout *pMainLayout;
void VersionMenu();
Expand Down Expand Up @@ -121,6 +122,7 @@ class AdvancedTab : public QDialog

class ResourceTab : public QDialog
{
Q_OBJECT
friend class VTFEImport;
QGridLayout *pMainLayout;
void LODControlResource();
Expand All @@ -144,6 +146,7 @@ class ResourceTab : public QDialog

class VTFEImport : public QDialog
{
Q_OBJECT
friend class GeneralTab;
friend class AdvancedTab;
friend class ResourceTab;
Expand Down

0 comments on commit 133867e

Please sign in to comment.