From a2eb3e02665ae4dd2d6029142ac28d27f1cef361 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Sun, 19 Aug 2018 13:02:30 -0500 Subject: Prevent user from deleting currently active profile --- src/profilesdialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/profilesdialog.h') 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 -- cgit v1.3.1