summaryrefslogtreecommitdiff
path: root/gui/digitlabeldelegate.cc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-26 14:41:02 -0400
committerbd <bdunahu@operationnull.com>2025-04-26 14:41:02 -0400
commitb32bc409c18ceb4cd8147f11021e2c4b2746184b (patch)
tree588f2a5955e7c122f1df430280925034c910c42d /gui/digitlabeldelegate.cc
parent1c174cc103cb1b00befed6e52b40bb3e76cc7797 (diff)
right-align colum headers on table objects
Diffstat (limited to 'gui/digitlabeldelegate.cc')
-rw-r--r--gui/digitlabeldelegate.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/gui/digitlabeldelegate.cc b/gui/digitlabeldelegate.cc
index 641b5a0..bf4b175 100644
--- a/gui/digitlabeldelegate.cc
+++ b/gui/digitlabeldelegate.cc
@@ -19,12 +19,6 @@
#include "digitlabelhelper.h"
#include <QString>
-DigitLabelDelegate::DigitLabelDelegate(QObject *parent)
- : QStyledItemDelegate(parent)
-{
- ;
-}
-
void DigitLabelDelegate::set_hex_display(bool hex)
{
if (this->is_hex != hex) {