diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-08-19 13:02:30 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-08-19 13:02:30 -0500 |
| commit | a2eb3e02665ae4dd2d6029142ac28d27f1cef361 (patch) | |
| tree | aac1b9bc332863770b2c1a81a27a8d0ccd47931c /src/profilesdialog.h | |
| parent | d65031c814769079a72d79b0edb84a20266b2b3c (diff) | |
Prevent user from deleting currently active profile
Diffstat (limited to 'src/profilesdialog.h')
| -rw-r--r-- | src/profilesdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profilesdialog.h b/src/profilesdialog.h index cab25f6a..a328ce40 100644 --- a/src/profilesdialog.h +++ b/src/profilesdialog.h @@ -95,6 +95,7 @@ private: QListWidget *m_ProfilesList;
bool m_FailState;
MOBase::IPluginGame const *m_Game;
+ QString m_ActiveProfileName;
};
#endif // PROFILESDIALOG_H
|
