From dfce1f57baab8eb2948a75f53b406284733ceec0 Mon Sep 17 00:00:00 2001 From: Benjamin Long Date: Tue, 20 Mar 2012 11:39:56 -0400 Subject: [PATCH] Fix builiding issue under windows OS --- pqNativeFileDialogEventPlayer.h | 2 +- pqNativeFileDialogEventTranslator.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pqNativeFileDialogEventPlayer.h b/pqNativeFileDialogEventPlayer.h index 0d899e1..da64ea9 100644 --- a/pqNativeFileDialogEventPlayer.h +++ b/pqNativeFileDialogEventPlayer.h @@ -44,7 +44,7 @@ Records usage of native file dialogs in test cases. \sa pqEventPlayer */ -class pqNativeFileDialogEventPlayer : +class QTTESTING_EXPORT pqNativeFileDialogEventPlayer : public pqWidgetEventPlayer { Q_OBJECT diff --git a/pqNativeFileDialogEventTranslator.h b/pqNativeFileDialogEventTranslator.h index 0aa3bc9..88f1714 100644 --- a/pqNativeFileDialogEventTranslator.h +++ b/pqNativeFileDialogEventTranslator.h @@ -44,7 +44,7 @@ Records usage of native file dialogs in test cases. \sa pqEventTranslator */ -class pqNativeFileDialogEventTranslator : +class QTTESTING_EXPORT pqNativeFileDialogEventTranslator : public pqWidgetEventTranslator { Q_OBJECT -- GitLab