summaryrefslogtreecommitdiffstats
blob: fe8f70c41f0ccd63d7c91de5d95b0a537f638ec9 (plain)
1
2
3
4
5
6
7
8
9
10
#include "EventDelegate.h"

namespace Swift {

EventDelegate::EventDelegate() : QStyledItemDelegate() {

}

}