diff options
Diffstat (limited to 'src/organizerproxy.cpp')
| -rw-r--r-- | src/organizerproxy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/organizerproxy.cpp b/src/organizerproxy.cpp index 2ce5b3ee..095cb0bb 100644 --- a/src/organizerproxy.cpp +++ b/src/organizerproxy.cpp @@ -125,9 +125,9 @@ void OrganizerProxy::refreshModList(bool saveChanges) m_Proxied->refreshModList(saveChanges);
}
-IModInterface *OrganizerProxy::installMod(const QString &fileName)
+IModInterface *OrganizerProxy::installMod(const QString &fileName, const QString &nameSuggestion)
{
- return m_Proxied->installMod(fileName, QString());
+ return m_Proxied->installMod(fileName, nameSuggestion);
}
QString OrganizerProxy::resolvePath(const QString &fileName) const
|
