summaryrefslogtreecommitdiffstats
blob: bd89f7a053e06241286b04ab9057f60260ebf192 (plain)
1
2
3
4
5
6
7
8
#include "Swift/QtUI/EventViewer/EventView.h"

namespace Swift {
EventView::EventView(QWidget* parent) : QWidget(parent) {
	
}

}