mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Fixed compile issue from recent commit: 02ea92ad28
This commit is contained in:
parent
71e6211acc
commit
653f1478ec
|
@ -382,6 +382,7 @@ QString QT_QUPZILLA_EXPORT qz_escape(const QString &string)
|
|||
#endif
|
||||
}
|
||||
|
||||
#ifdef QZ_WS_X11
|
||||
void QT_QUPZILLA_EXPORT* qz_X11Display(const QWidget* widget)
|
||||
{
|
||||
Q_UNUSED(widget)
|
||||
|
@ -392,6 +393,7 @@ void QT_QUPZILLA_EXPORT* qz_X11Display(const QWidget* widget)
|
|||
return QX11Info::display();
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
QString qz_buildSystem()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user