26 #ifndef __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_DATAEXCHANGESUMMARYWIZARDPAGE_H
27 #define __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_DATAEXCHANGESUMMARYWIZARDPAGE_H
30 #include "../Config.h"
37 #include <QWizardPage>
40 namespace Ui {
class DataExchangeSummaryWizardPageForm; }
48 struct DataExchangeStatus;
62 void set(
const std::list<DataExchangeStatus>& result);
66 std::unique_ptr<Ui::DataExchangeSummaryWizardPageForm>
m_ui;
DataExchangeSummaryWizardPage(QWidget *parent=0)
~DataExchangeSummaryWizardPage()
void set(const std::list< DataExchangeStatus > &result)
std::unique_ptr< Ui::DataExchangeSummaryWizardPageForm > m_ui