summaryrefslogtreecommitdiffstats
blob: f545e187897ff2ceb93316ccc36c3bd362da717b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "Swift/Controllers/UIInterfaces/XMLConsoleWidget.h"
#include "QtTabbable.h"

namespace Swift {
	class QtXMLConsoleWidget : public QtTabbable, public XMLConsoleWidget {
		Q_OBJECT
		public:
			QtXMLConsoleWidget();
	};
}