diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2024-08-01 10:40:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-01 10:40:44 +0200 |
| commit | acd201157d85bb2347e891040e46fd1572bedcc3 (patch) | |
| tree | 7856d03e7502ab0a0c0e27a53b44b874a1b809b3 /src/mainwindow.h | |
| parent | f11925ab88cd5881c7e5dd35c40744d95b3eab2d (diff) | |
Move slot connections to avoid issue when starting MO2 to download a NXM link. (#2082)
* Move slot connections to avoid issue when starting MO2 to download a NXM link.
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index fb424403..42d3d5e7 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -385,8 +385,6 @@ private slots: void nxmRequestFailed(QString gameName, int modID, int fileID, QVariant userData, int requestID, int errorCode, const QString& errorString); - void onRequestsChanged(const APIStats& stats, const APIUserAccount& user); - void modRenamed(const QString& oldName, const QString& newName); void modRemoved(const QString& fileName); |
