From 05845de376282ce7e1e84f64bad71eb8c1ee6934 Mon Sep 17 00:00:00 2001 From: Zeno Albisser <zeno.albisser@digia.com> Date: Tue, 18 Jun 2013 17:51:19 +0200 Subject: [PATCH] Include fix. --- examples/common/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/common/util.h b/examples/common/util.h index 7db6e2cd5..ea0ae8b2e 100644 --- a/examples/common/util.h +++ b/examples/common/util.h @@ -44,6 +44,7 @@ #include <QtCore/QCoreApplication> #include <QtCore/QFileInfo> #include <QtCore/QUrl> +#include <QtCore/QStringList> QUrl urlFromUserInput(const QString& userInput) { -- GitLab