Add clipboard-text and refresh icons to resources

This commit is contained in:
Jonathan White 2020-03-18 22:54:49 -04:00 committed by Janek Bevendorff
parent 243f68e0e8
commit 7168bcdbe5
5 changed files with 33 additions and 17 deletions

View file

@ -103,7 +103,8 @@ PasswordGeneratorWidget::~PasswordGeneratorWidget()
{
}
PasswordGeneratorWidget* PasswordGeneratorWidget::popupGenerator(QWidget* parent) {
PasswordGeneratorWidget* PasswordGeneratorWidget::popupGenerator(QWidget* parent)
{
auto pwGenerator = new PasswordGeneratorWidget(parent);
pwGenerator->setWindowModality(Qt::ApplicationModal);
pwGenerator->setWindowFlags(Qt::Dialog | Qt::MSWindowsFixedSizeDialogHint);