diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2021-01-30 18:21:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-30 18:21:56 +0100 |
| commit | 3b360162e1d16f0f54e4163a16efe56fb50152c7 (patch) | |
| tree | 7c4184886251cf91ac0a6ad18d4a6641e6535b07 /src/pluginlist.h | |
| parent | f53e5406d4292f484257178ec5733f6ceb116673 (diff) | |
| parent | 76989e2b8f6dc3cea2c2e90813feb86af2ecad14 (diff) | |
Merge pull request #1386 from Holt59/update-settings-dialog
Update settings dialog.
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index c16bfc98..e12a8798 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -180,12 +180,8 @@ public: * @brief save the plugin status to the specified file
*
* @param lockedOrderFileName path of the lockedorder.txt to write to
- * @param deleterFileName file to receive a list of files to hide from the virtual data tree. This is used to hide unchecked plugins if "hideUnchecked" is true
- * @param hideUnchecked if true, plugins that aren't enabled will be hidden from the virtual data directory
**/
- void saveTo(const QString &lockedOrderFileName
- , const QString &deleterFileName
- , bool hideUnchecked) const;
+ void saveTo(const QString &lockedOrderFileName) const;
/**
* @brief save the current load order
|
