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
Valentin Platzgummer
qgroundcontrol
Commits
e36ef7db
Commit
e36ef7db
authored
Oct 01, 2014
by
Don Gagne
Browse files
Debug bug fix
parent
8bb503d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/opmapcontrol/src/core/pureimagecache.cpp
View file @
e36ef7db
...
...
@@ -223,7 +223,7 @@ namespace core {
qlonglong
id
=++
ConnCounter
;
Mcounter
.
unlock
();
#ifdef DEBUG_PUREIMAGECACHE
qDebug
()
<<
"Cache dir="
<<
dir
<<
" Try to GET:"
<<
pos
.
X
()
+
","
+
pos
.
Y
();
qDebug
()
<<
"Cache dir="
<<
dir
<<
" Try to GET:"
<<
pos
.
X
()
<<
","
<<
pos
.
Y
();
#endif //DEBUG_PUREIMAGECACHE
QString
db
=
dir
+
"Data.qmdb"
;
...
...
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