summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/callgrindnamedelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/valgrind/callgrindnamedelegate.h')
-rw-r--r--src/plugins/valgrind/callgrindnamedelegate.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/plugins/valgrind/callgrindnamedelegate.h b/src/plugins/valgrind/callgrindnamedelegate.h
index 719aa7422b..c61ee3c1d5 100644
--- a/src/plugins/valgrind/callgrindnamedelegate.h
+++ b/src/plugins/valgrind/callgrindnamedelegate.h
@@ -40,14 +40,11 @@ namespace Internal {
class NameDelegate : public QStyledItemDelegate
{
- Q_OBJECT
-
public:
explicit NameDelegate(QObject *parent = 0);
- virtual ~NameDelegate();
- virtual void paint(QPainter *painter, const QStyleOptionViewItem &option,
- const QModelIndex &index) const;
+ void paint(QPainter *painter, const QStyleOptionViewItem &option,
+ const QModelIndex &index) const;
};
} // namespace Internal