summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-07-17 16:26:17 +0200
committerAl12rs <gabriel.cortesi@outlook.com>2018-07-17 16:26:17 +0200
commit023cacab7fc2a9c36749fe235255fce8c4edd65b (patch)
treea6a600623fc984dbded18b36850ecbd81f0aba52 /src/mainwindow.h
parent35bbe0001efa9aac48c56503643b98ec03c080e7 (diff)
Added ability to open mod information window by double cliking on plugins.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 737a1534..773bf298 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -574,6 +574,7 @@ private slots: // ui slots
void on_executablesListBox_currentIndexChanged(int index);
void on_modList_customContextMenuRequested(const QPoint &pos);
void on_modList_doubleClicked(const QModelIndex &index);
+ void on_espList_doubleClicked(const QModelIndex &index);
void on_profileBox_currentIndexChanged(int index);
void on_savegameList_customContextMenuRequested(const QPoint &pos);
void on_startButton_clicked();