summaryrefslogtreecommitdiff
path: root/ui/qt/sparkline_delegate.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-14 00:25:42 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-14 00:25:42 +0000
commit09242a83bffe0f5855a5df24ca0eae51c42e9d0d (patch)
treecdd86348c5e380ed05248daa7734cbdb65147db5 /ui/qt/sparkline_delegate.h
parenta67bfca4a9a827ec12660a7a7eb021fe0c2f2e8e (diff)
downloadwireshark-09242a83bffe0f5855a5df24ca0eae51c42e9d0d.tar.gz
Minor cleanup: Get rid of unnecessary signal+slot customization and mark
functions protected. svn path=/trunk/; revision=44481
Diffstat (limited to 'ui/qt/sparkline_delegate.h')
-rw-r--r--ui/qt/sparkline_delegate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/sparkline_delegate.h b/ui/qt/sparkline_delegate.h
index ce8e9fb6a6..02d038a895 100644
--- a/ui/qt/sparkline_delegate.h
+++ b/ui/qt/sparkline_delegate.h
@@ -31,6 +31,7 @@ class SparkLineDelegate : public QStyledItemDelegate
public:
SparkLineDelegate(QWidget *parent = 0) : QStyledItemDelegate(parent) {}
+protected:
void paint(QPainter *painter, const QStyleOptionViewItem &option,
const QModelIndex &index) const;
QSize sizeHint(const QStyleOptionViewItem &option,