Revert "Add Q_OBJECT macros"

This reverts commit c50588713a.
This commit is contained in:
onryo
2023-02-24 09:41:58 +01:00
parent 4ec06fffc3
commit 5a389cf1cf
7 changed files with 8 additions and 29 deletions

View File

@@ -11,8 +11,6 @@ class MainWindow;
class AddressBookModel : public QAbstractTableModel {
Q_OBJECT
public:
AddressBookModel(QTableView* parent);
~AddressBookModel();