From c18ac32fe508bbf9af075a9c54aa4aea48c2503a Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 28 Mar 2016 07:09:49 +0200 Subject: [PATCH] Export ModelTest from the test suite This was lost in the back and forth in the history of this class. --- autotests/proxymodeltestsuite/modeltest.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autotests/proxymodeltestsuite/modeltest.h b/autotests/proxymodeltestsuite/modeltest.h index 2a7c2dd..9f378e4 100644 --- a/autotests/proxymodeltestsuite/modeltest.h +++ b/autotests/proxymodeltestsuite/modeltest.h @@ -24,7 +24,9 @@ #include #include -class ModelTest : public QObject +#include "proxymodeltestsuite_export.h" + +class PROXYMODELTESTSUITE_EXPORT ModelTest : public QObject { Q_OBJECT