Warning, file /office/kmymoney/kmymoney/widgets/stdtransaction_p.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002     SPDX-FileCopyrightText: 2006-2018 Thomas Baumgart <tbaumgart@kde.org>
0003     SPDX-FileCopyrightText: 2017-2018 Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #ifndef STDTRANSACTION_P_H
0008 #define STDTRANSACTION_P_H
0009 
0010 #include "transaction_p.h"
0011 
0012 // ----------------------------------------------------------------------------
0013 // QT Includes
0014 
0015 // ----------------------------------------------------------------------------
0016 // KDE Includes
0017 
0018 // ----------------------------------------------------------------------------
0019 // Project Includes
0020 
0021 namespace KMyMoneyRegister
0022 {
0023 class StdTransactionPrivate : public TransactionPrivate
0024 {
0025 public:
0026     bool m_showAccountRow;
0027 };
0028 }
0029 
0030 #endif