Fixed trigger function

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2023-06-22 16:49:19 +03:00
parent f7d502c68c
commit b84dc8551a
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
2 changed files with 8 additions and 7 deletions

View file

@ -36,7 +36,8 @@ class ExportModsToStringDialog : public QDialog {
protected slots:
void formatChanged(int index);
void trigger();
void triggerImp();
void trigger(int) { triggerImp(); };
private:
QList<Mod*> m_allMods;