diff options
Diffstat (limited to 'WebCore/platform/qt/QWebPopup.cpp')
-rw-r--r-- | WebCore/platform/qt/QWebPopup.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/platform/qt/QWebPopup.cpp b/WebCore/platform/qt/QWebPopup.cpp index 4d57c9b..f437c27 100644 --- a/WebCore/platform/qt/QWebPopup.cpp +++ b/WebCore/platform/qt/QWebPopup.cpp @@ -82,4 +82,6 @@ void QWebPopup::activeChanged(int index) m_client->valueChanged(index); } -} +} // namespace WebCore + +#include "moc_QWebPopup.cpp" |