Fixed trigger function
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user