LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
scopeguards.h File Reference
#include <QSettings>
#include "util.h"
+ Include dependency graph for scopeguards.h:

Go to the source code of this file.

Namespaces

namespace  LC
 
namespace  LC::Util
 

Functions

auto LC::Util::MakeEndGroupScopeGuard (QSettings &settings)
 Creates a scope guard that ends the current group on settings.
 
auto LC::Util::BeginGroup (QSettings &settings, const QString &group)
 Begins the group on settings and returns a scope guard ending that group.