diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 09:06:41 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-17 09:06:41 -0400 |
| commit | 3b0fbebc6ad8979d9d4551fcd9db1b8f2ca4bf48 (patch) | |
| tree | fd3aab69e774168b85b4ffaefdab6a0fdd163b2b /src/profile.h | |
| parent | d7ceadeae173e26d63db0b58b6ea5a3ed839999c (diff) | |
dump a bunch of counts for mods when selecting a profile
Diffstat (limited to 'src/profile.h')
| -rw-r--r-- | src/profile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/profile.h b/src/profile.h index d0bd4a84..c7cbc7b7 100644 --- a/src/profile.h +++ b/src/profile.h @@ -336,6 +336,8 @@ public: void storeForcedLibraries(const QString &executable, const QList<MOBase::ExecutableForcedLoadSetting> &values); void removeForcedLibraries(const QString &executable); + void debugDump() const; + signals: /** |
