fix linux build
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
14ccc990cf
commit
9cadad625a
|
@ -29,6 +29,12 @@
|
||||||
# include <FramelessHelper/Core/framelesshelper_linux.h>
|
# include <FramelessHelper/Core/framelesshelper_linux.h>
|
||||||
#endif // Q_OS_LINUX
|
#endif // Q_OS_LINUX
|
||||||
|
|
||||||
|
#ifdef Q_OS_LINUX
|
||||||
|
QT_BEGIN_NAMESPACE
|
||||||
|
class QScreen;
|
||||||
|
QT_END_NAMESPACE
|
||||||
|
#endif // Q_OS_LINUX
|
||||||
|
|
||||||
FRAMELESSHELPER_BEGIN_NAMESPACE
|
FRAMELESSHELPER_BEGIN_NAMESPACE
|
||||||
|
|
||||||
struct SystemParameters;
|
struct SystemParameters;
|
||||||
|
|
Loading…
Reference in New Issue