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 /application/MainWindow.h | |
parent | 306b98edacab8d1ad819d1b66fa54789b3e0bdea (diff) | |
download | PrismLauncher-b5a16935b75457ed3c34c0f83fe44310ad625cef.tar.gz PrismLauncher-b5a16935b75457ed3c34c0f83fe44310ad625cef.tar.bz2 PrismLauncher-b5a16935b75457ed3c34c0f83fe44310ad625cef.zip |
NOISSUE Renaming for better understanding
Diffstat (limited to 'application/MainWindow.h')
-rw-r--r-- | application/MainWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/MainWindow.h b/application/MainWindow.h index ea5b9847..69ea7c6b 100644 --- a/application/MainWindow.h +++ b/application/MainWindow.h @@ -152,7 +152,7 @@ private slots: void instanceChanged(const QModelIndex ¤t, const QModelIndex &previous); - void instanceAdded(QString id); + void instanceSelectRequest(QString id); void instanceDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight); |