mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 04:58:49 +03:00
linting
This commit is contained in:
parent
c7295d7fd1
commit
5335e043e7
1 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,6 @@ ImageOverlay::ImageOverlay(QPixmap image, QWidget *parent)
|
||||||
connect(close_shortcut_, &QShortcut::activated, this, &ImageOverlay::closing);
|
connect(close_shortcut_, &QShortcut::activated, this, &ImageOverlay::closing);
|
||||||
connect(this, &ImageOverlay::closing, this, &ImageOverlay::close);
|
connect(this, &ImageOverlay::closing, this, &ImageOverlay::close);
|
||||||
|
|
||||||
|
|
||||||
raise();
|
raise();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue