diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-29 19:43:24 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-29 19:43:24 +0100 |
| commit | d0796b4ab23122d5f01378743d93f8c75b19c35c (patch) | |
| tree | 66c9e549d0f1ecb8be22ccb889e66c86e162f42a /src/pluginlist.h | |
| parent | f53e5406d4292f484257178ec5733f6ceb116673 (diff) | |
Move settings around. Remove unused settings.
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
|
