Migration of QtMvvm from github
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
399 B

#ifndef QTMVVM_DATASYNCWINDOW_P_H
#define QTMVVM_DATASYNCWINDOW_P_H
#include "qtmvvmdatasyncwidgets_global.h"
#include "datasyncwindow.h"
namespace Ui {
class DataSyncWindow;
}
namespace QtMvvm {
class DataSyncWindowPrivate
{
public:
DataSyncWindowPrivate(ViewModel *viewModel);
DataSyncViewModel *viewModel;
QScopedPointer<Ui::DataSyncWindow> ui;
};
}
#endif // QTMVVM_DATASYNCWINDOW_P_H