Warning, file /multimedia/k3b/src/projects/kostore/KoStoreBase.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 //
0002 /* This file is part of the KDE project
0003    SPDX-FileCopyrightText: 2004 Nicolas GOUTTE <goutte@kde.org>
0004 
0005    SPDX-License-Identifier: LGPL-2.0-or-later
0006 */
0007 
0008 #include "KoStoreBase.h"
0009 
0010 KoStoreBase::KoStoreBase(void) : m_fileMode(Local), m_window(0)
0011 {
0012 }
0013 
0014 KoStoreBase::~KoStoreBase(void)
0015 {
0016 }