Kgapi

accountstorage.cpp
1/*
2 SPDX-FileCopyrightText: 2018 Daniel Vrátil <dvratil@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5*/
6
7#include "accountstorage_kwallet_p.h"
8#include "accountstorage_p.h"
9
10using namespace KGAPI2;
11
12AccountStorageFactory *AccountStorageFactory::sFactory = nullptr;
13
14AccountStorageFactory *AccountStorageFactory::instance()
15{
16 if (!sFactory) {
17 sFactory = new KWalletStorageFactory();
18 }
19 return sFactory;
20}
21
22AccountStorageFactory::AccountStorageFactory()
23{
24}
25
26AccountStorageFactory::~AccountStorageFactory()
27{
28}
A job to fetch a single map tile described by a StaticMapUrl.
Definition blog.h:16
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:51 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.