Since we don't return and only do something when NDEBUG is defined, don't do contains() for no reason.
Details
Details
- Reviewers
- None
- Group Reviewers
Plasma
Not sure how useful this thing even is since the qCDebug inside the define is commented, even..
Diff Detail
Diff Detail
- Repository
- R242 Plasma Framework (Library)
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
I'd say we should port away all of the users of NDEBUG to qCDebug (if anything is still using qDebug) and remove those ifdefs..