Export ModelTest from the test suite

This was lost in the back and forth in the history of this class.
wilder
Stephen Kelly 10 years ago
parent 8473332023
commit c18ac32fe5
  1. 4
      autotests/proxymodeltestsuite/modeltest.h

@ -24,7 +24,9 @@
#include <QtCore/QAbstractItemModel>
#include <QtCore/QStack>
class ModelTest : public QObject
#include "proxymodeltestsuite_export.h"
class PROXYMODELTESTSUITE_EXPORT ModelTest : public QObject
{
Q_OBJECT

Loading…
Cancel
Save