diff options
author | bd <bdunahu@operationnull.com> | 2025-04-26 14:41:02 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-26 14:41:02 -0400 |
commit | b32bc409c18ceb4cd8147f11021e2c4b2746184b (patch) | |
tree | 588f2a5955e7c122f1df430280925034c910c42d /gui/digitlabeldelegate.h | |
parent | 1c174cc103cb1b00befed6e52b40bb3e76cc7797 (diff) |
right-align colum headers on table objects
Diffstat (limited to 'gui/digitlabeldelegate.h')
-rw-r--r-- | gui/digitlabeldelegate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/digitlabeldelegate.h b/gui/digitlabeldelegate.h index a823154..7714d25 100644 --- a/gui/digitlabeldelegate.h +++ b/gui/digitlabeldelegate.h @@ -28,9 +28,8 @@ class DigitLabelDelegate : public QStyledItemDelegate { Q_OBJECT - public: - explicit DigitLabelDelegate(QObject *parent = nullptr); + using QStyledItemDelegate::QStyledItemDelegate; public slots: void set_hex_display(bool hex); |