fix "setWindowFlags": Can not find identifier (#111)

This commit is contained in:
Ahmed Zetao Yang
2018-02-04 21:00:02 +08:00
committed by Dharkael
parent e02063f3e0
commit 23db806f4b

View File

@@ -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