Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Office
KMyMoney
Commits
b67926ad
Commit
b67926ad
authored
Nov 17, 2020
by
Ralf Habacker
Browse files
Fix warning 'no previous declaration available'
CCBUG:429229 (cherry picked from commit
a93937f1
)
parent
8869e583
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/xea2kmt.cpp
View file @
b67926ad
...
...
@@ -48,11 +48,11 @@ QDebug operator <<(QDebug out, const QXmlStreamAttribute &a)
return
out
;
}
bool
debug
=
false
;
bool
withID
=
false
;
bool
noLevel1Names
=
false
;
bool
withTax
=
false
;
bool
prefixNameWithCode
=
false
;
static
bool
debug
=
false
;
static
bool
withID
=
false
;
static
bool
noLevel1Names
=
false
;
static
bool
withTax
=
false
;
static
bool
prefixNameWithCode
=
false
;
typedef
QMap
<
QString
,
QString
>
DirNameMapType
;
...
...
Ralf Habacker
@habacker
mentioned in commit
ebc2f092
·
Nov 18, 2020
mentioned in commit
ebc2f092
mentioned in commit ebc2f092a25c4ac30e35f1da900f0e74c07b8822
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment