#pragma once #include <QDialog> namespace Swift { class QtAboutWidget : public QDialog { Q_OBJECT public: QtAboutWidget(); }; }