aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlfile.h')
-rw-r--r--src/qml/qml/qqmlfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlfile.h b/src/qml/qml/qqmlfile.h
index b0910cc0f4..aec0981a95 100644
--- a/src/qml/qml/qqmlfile.h
+++ b/src/qml/qml/qqmlfile.h
@@ -80,10 +80,12 @@ public:
void clear();
void clear(QObject *);
+#if QT_CONFIG(qml_network)
bool connectFinished(QObject *, const char *);
bool connectFinished(QObject *, int);
bool connectDownloadProgress(QObject *, const char *);
bool connectDownloadProgress(QObject *, int);
+#endif
static bool isSynchronous(const QString &url);
static bool isSynchronous(const QUrl &url);