diff options
Diffstat (limited to 'src/transfersavesdialog.h')
| -rw-r--r-- | src/transfersavesdialog.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/transfersavesdialog.h b/src/transfersavesdialog.h index 37a85000..4d466bf2 100644 --- a/src/transfersavesdialog.h +++ b/src/transfersavesdialog.h @@ -23,6 +23,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include "tutorabledialog.h"
#include "savegamegamebyro.h"
#include "profile.h"
+#include <iplugingame.h>
namespace Ui {
class TransferSavesDialog;
@@ -33,7 +34,7 @@ class TransferSavesDialog : public MOBase::TutorableDialog Q_OBJECT
public:
- explicit TransferSavesDialog(const Profile &profile, QWidget *parent = 0);
+ explicit TransferSavesDialog(const Profile &profile, MOBase::IPluginGame *gamePlugin, QWidget *parent = 0);
~TransferSavesDialog();
private slots:
@@ -74,6 +75,8 @@ private: Profile m_Profile;
+ MOBase::IPluginGame *m_GamePlugin;
+
std::vector<SaveGame*> m_GlobalSaves;
std::vector<SaveGame*> m_LocalSaves;
|
