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
ebc2f092
Commit
ebc2f092
authored
Nov 17, 2020
by
Ralf Habacker
Browse files
Fix warning 'no previous declaration available'
CCBUG:429229 (cherry picked from commit
b67926ad
)
parent
e9583689
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/xea2kmt.cpp
View file @
ebc2f092
...
...
@@ -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
;
...
...
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