mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-06 17:13:58 +00:00
fix "setWindowFlags": Can not find identifier (#111)
This commit is contained in:
committed by
Dharkael
parent
e02063f3e0
commit
23db806f4b
@@ -75,7 +75,7 @@ void Controller::createVisualCapture(const uint id, const QString &forcedSavePat
|
||||
|
||||
m_captureWindow = new CaptureWidget(id, forcedSavePath);
|
||||
#ifdef Q_OS_WIN
|
||||
setWindowFlags(Qt::WindowStaysOnTopHint
|
||||
m_captureWindow->setWindowFlags(Qt::WindowStaysOnTopHint
|
||||
| Qt::FramelessWindowHint
|
||||
| Qt::Popup);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user