diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-08 14:56:46 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-08 14:56:46 -0500 |
| commit | 208eaccbf7f1fc0441861d55c68c4b66e5c7d387 (patch) | |
| tree | 3724ce893df14c2c8643417a3ea86c627d4465c0 /src/pluginlist.h | |
| parent | 0f8852f487cb1f8b993141042da4196db965e038 (diff) | |
Updates to allow a full plugin data refresh in certain circumstances
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index 4762f79f..f9173810 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -116,7 +116,8 @@ public: **/
void refresh(const QString &profileName
, const MOShared::DirectoryEntry &baseDirectory
- , const QString &lockedOrderFile);
+ , const QString &lockedOrderFile
+ , bool refresh);
/**
* @brief enable a plugin based on its name
|
