mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core/settings: make qPref* constructors private
Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
6e846eb4c0
commit
653a2baf11
26 changed files with 26 additions and 65 deletions
|
@ -5,10 +5,6 @@
|
|||
|
||||
static const QString group = QStringLiteral("Planner");
|
||||
|
||||
qPrefDivePlanner::qPrefDivePlanner(QObject *parent) : QObject(parent)
|
||||
{
|
||||
}
|
||||
|
||||
qPrefDivePlanner *qPrefDivePlanner::instance()
|
||||
{
|
||||
static qPrefDivePlanner *self = new qPrefDivePlanner;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue