Remove text in "Error", "Warning" and "Hint" buttonsi and move them from the pop-up menu. Add current scope setting to the "Scope" button.
Details
Details
Tests passed; works as expected.
Diff Detail
Diff Detail
- Repository
- R33 KDevPlatform
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
LGTM, please push to 5.0 branch
Also add CCBUG: <bugnum to the commit message before pushing.
plugins/problemreporter/problemtreeview.cpp | ||
---|---|---|
313 | Hm, you could use QObject::sender() here for retrieving the action, but it doesn't matter much. | |
plugins/problemreporter/problemtreeview.h | ||
67 | No const when passing POD values by value |