Draft: kdevpdb refactor 1/3
This is the first part from !28 (closed) I mainly dropped one commit and added a new to fixup a possible memory leak at the end.
The rationale for this refactoring is:
- the
Cmd PdbCommand::command() const
to be able tell what commands we have queued. - the new
pdbcommand.h
header. - drop a bunch of
QStringLiteral
uses.
Edited by Sven Brauch