diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-22 15:00:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-22 15:00:49 -0500 |
| commit | 06ca11edfb2957d07f9e7bccce1e8a765b1d0209 (patch) | |
| tree | e8a71f230ef50685e006819333159b6ea38c3e22 /src/instancemanager.h | |
| parent | b7486d9157695aa50fd7a8a6ed93ca07a0fadc4f (diff) | |
| parent | d08ed01438a1eb4c0b3f51d508d95ba4f489bb45 (diff) | |
Merge pull request #1327 from isanae/instance-icons
Fixed incorrect instance icons
Diffstat (limited to 'src/instancemanager.h')
| -rw-r--r-- | src/instancemanager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/instancemanager.h b/src/instancemanager.h index 981aed43..73082da2 100644 --- a/src/instancemanager.h +++ b/src/instancemanager.h @@ -251,6 +251,9 @@ public: const MOBase::IPluginGame* gamePluginForDirectory( const QString& dir, const PluginContainer& plugins) const; + MOBase::IPluginGame* gamePluginForDirectory( + const QString& dir, PluginContainer& plugins) const; + // clears the instance name from the registry; on restart, this will make MO // either select the portable instance if it exists, or display the instance // selection/creation dialog |
