diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-01-11 01:39:05 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-01-11 01:51:11 -0600 |
| commit | 347ac2b8b5f34a2583ae7844e0dfd79773657270 (patch) | |
| tree | ec4de70150b2e61e08cf1a17e7da646e85d0ae01 /src/editexecutablesdialog.h | |
| parent | 183069a85db598c577ee34fab046f812009c1f18 (diff) | |
Support for force loading libraries
Diffstat (limited to 'src/editexecutablesdialog.h')
| -rw-r--r-- | src/editexecutablesdialog.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/editexecutablesdialog.h b/src/editexecutablesdialog.h index 0f3dbaff..82e63e15 100644 --- a/src/editexecutablesdialog.h +++ b/src/editexecutablesdialog.h @@ -92,6 +92,10 @@ private slots: void on_executablesListBox_clicked(const QModelIndex &index);
+ void on_forceLoadButton_clicked();
+
+ void on_forceLoadCheckBox_toggled();
+
private:
void resetInput();
@@ -108,6 +112,8 @@ private: ExecutablesList m_ExecutablesList;
Profile *m_Profile;
+
+ QList<MOBase::ExecutableForcedLoadSetting> m_ForcedLibraries;
};
#endif // EDITEXECUTABLESDIALOG_H
|
