1
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:
S. Razi Alavizadeh 2012-12-29 11:28:11 +03:30
parent 71e6211acc
commit 653f1478ec

View File

@ -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()
{