aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/related_packet_delegate.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-07-26Qt: Create models directoryRoland Knall1-0/+273
Following the move for widgets and utils directory, moving models and delegates to the utils directory. Guidelines for this directory are: - Implementation of a model - Implementation of a delegate - Utility class for data storage used by a model Note: additionally all includes affected by this move have been changed to absolute path includes, instead of relative ones. Change-Id: I3bb868af7d3570437682b722a0cd46c906628570 Reviewed-on: https://code.wireshark.org/review/22790 Reviewed-by: Roland Knall <rknall@gmail.com>