summaryrefslogtreecommitdiff
path: root/examples/accounts/account-item.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/accounts/account-item.h')
-rw-r--r--examples/accounts/account-item.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/accounts/account-item.h b/examples/accounts/account-item.h
index 07b72049..3f179373 100644
--- a/examples/accounts/account-item.h
+++ b/examples/accounts/account-item.h
@@ -58,8 +58,8 @@ public:
};
Q_ENUMS(Columns)
- AccountItem(Tp::AccountPtr acc, QTableWidget *table, int row, QObject *parent = 0);
- virtual ~AccountItem();
+ AccountItem(Tp::AccountPtr acc, QTableWidget *table, int row, QObject *parent = nullptr);
+ ~AccountItem() override;
int row() const { return mRow; }