diff options
author | janrupf <werbung.janrupf@t-online.de> | 2019-06-23 14:54:17 +0200 |
---|---|---|
committer | janrupf <werbung.janrupf@t-online.de> | 2019-06-23 14:54:17 +0200 |
commit | b5a16935b75457ed3c34c0f83fe44310ad625cef (patch) | |
tree | 198cd12f05743115fe491af4a2e66c29f8cf245a /api/logic/InstanceList.cpp | |
parent | 306b98edacab8d1ad819d1b66fa54789b3e0bdea (diff) | |
download | PrismLauncher-b5a16935b75457ed3c34c0f83fe44310ad625cef.tar.gz PrismLauncher-b5a16935b75457ed3c34c0f83fe44310ad625cef.tar.bz2 PrismLauncher-b5a16935b75457ed3c34c0f83fe44310ad625cef.zip |
NOISSUE Renaming for better understanding
Diffstat (limited to 'api/logic/InstanceList.cpp')
-rw-r--r-- | api/logic/InstanceList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/InstanceList.cpp b/api/logic/InstanceList.cpp index dc367e30..af4e85cf 100644 --- a/api/logic/InstanceList.cpp +++ b/api/logic/InstanceList.cpp @@ -819,7 +819,7 @@ bool InstanceList::commitStagedInstance(const QString& path, const QString& inst instanceSet.insert(instID); m_groups.insert(groupName); emit instancesChanged(); - emit instanceAdded(instID); + emit instanceSelectRequest(instID); } saveGroupList(); return true; |