From 4eba9b823832a5bab1acffeabc245b06fe113d75 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 May 2013 19:34:10 -0500 Subject: Fix a number of threading data races Add proper thread termination handler This partially resolves Bug 1508 --- src/tools/qshared.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tools/qshared.h') diff --git a/src/tools/qshared.h b/src/tools/qshared.h index 290592c..7fe2593 100644 --- a/src/tools/qshared.h +++ b/src/tools/qshared.h @@ -45,7 +45,6 @@ #include "qglobal.h" #endif // QT_H - struct Q_EXPORT QShared { QShared() : count( 1 ) { } -- cgit v1.2.3