Fixed trigger function
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
f7d502c68c
commit
b84dc8551a
2 changed files with 8 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue