Skip to content
GitLab
Menu
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
a93937f1
Commit
a93937f1
authored
Nov 17, 2020
by
Ralf Habacker
Browse files
Fix warning 'no previous declaration available'
CCBUG:429229
parent
48b9f54d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/xea2kmt.cpp
View file @
a93937f1
...
...
@@ -45,11 +45,11 @@ QDebug operator <<(QDebug dbg, const QXmlStreamAttribute &a)
return
dbg
;
}
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
b67926ad
·
Feb 14, 2021
mentioned in commit
b67926ad
mentioned in commit b67926adffd127c10f547ceb017ab31327b554b7
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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