aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2021-06-02 11:55:27 +0200
committerMiguel Costa <miguel.costa@qt.io>2021-06-08 07:26:52 +0000
commit05620a1f5db9cffa5d4a2ebb83b468e66c7adce6 (patch)
tree30376c26879002c7dbe41815f55c8cc1dd3ffec5 /src
parent3991465711b76f98e1e5c5e2f9f5ebb47275f9d1 (diff)
Fix QML debug not working
Fixed an issue where connecting to the QML debug runtime would always fail. This was introduced with changes to the Concurrent class in: * 25422f0fde85c050d448c3ba0080522bf2c84140 Change-Id: If6e1234b71cc214dbfe7e498cc84eaa5cbf09f6f Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/qtvstools/Common/Concurrent.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtvstools/Common/Concurrent.cs b/src/qtvstools/Common/Concurrent.cs
index 9c395af4..9c024300 100644
--- a/src/qtvstools/Common/Concurrent.cs
+++ b/src/qtvstools/Common/Concurrent.cs
@@ -163,6 +163,7 @@ namespace QtVsTools
/// Sub-classes will share the same static critical section
/// </summary>
///
+ [DataContract]
public class Concurrent : Concurrent<Concurrent>
{
}