#include "infowindow.h" #include // InfoWindow show basic information about the usage of Flameshot InfoWindow::InfoWindow(QWidget *parent) : QWidget(parent) { setAttribute(Qt::WA_DeleteOnClose); setWindowIcon(QIcon(":img/flameshot.svg")); setWindowTitle(tr("About")); show(); }