summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qprocess.h')
-rw-r--r--src/corelib/io/qprocess.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/io/qprocess.h b/src/corelib/io/qprocess.h
index dbc226ef81..3e72a4b815 100644
--- a/src/corelib/io/qprocess.h
+++ b/src/corelib/io/qprocess.h
@@ -100,6 +100,8 @@ private:
QSharedDataPointer<QProcessEnvironmentPrivate> d;
};
+Q_DECLARE_SHARED(QProcessEnvironment)
+
class Q_CORE_EXPORT QProcess : public QIODevice
{
Q_OBJECT