Removed Q_ASSERT
Details
Details
Diff Detail
Diff Detail
- Repository
- R241 KIO
- Branch
- nestedtags (branched from master)
- Lint
No Linters Available - Unit
No Unit Test Coverage
Comment Actions
Hmm, I can't reproduce the crash with Dolphin and KIO from git master. dolphin tags:/Genre/Drama/ (after created a nested tag Genre/Drama) works fine for me.
src/core/kcoredirlister.cpp | ||
---|---|---|
1233 | Q_ASSERT is just executed in debug builds. It wont crash in release builds. |
src/core/kcoredirlister.cpp | ||
---|---|---|
1233 | I'm working with kio right now. Is better to just comment it out for the time being? |
src/core/kcoredirlister.cpp | ||
---|---|---|
1233 | Yes, i would just comment this out :) Once you are done, undo the comment. |
src/core/kcoredirlister.cpp | ||
---|---|---|
1233 | I'd like to ask for some help here.
What do I miss? |
src/core/kcoredirlister.cpp | ||
---|---|---|
1233 | Sorry i don't use KDevelop, i am using QtCreator and debugging works pretty good there. Maybe give QtCreator a try :) |