Revision c6cf090...

Go back to digest for 4th November 2012

Bug Fixes in Utilities

Daniel Calviño Sánchez committed changes in [ktutorial] /:

Ignore Krazy2 qclasses issues.

No Qt classes with a specific KDE subclass are really being used (except
in the tests). The objects may be stored as a pointer to a Qt class for
broader compatibility, but the objects are actually created from KDE
subclasses, or subclasses of those KDE subclasses.

The Qt classes are used in the tests, though, as they provide the
minimum API needed by the tested classes. There is no need for KDE
subclasses there.

File Changes

Modified 11 files
  •   ktutorial-library/tests/WaitForWindowTest.cpp
  •   ktutorial-editor/src/view/DialogRunner.cpp
  •   ktutorial-editor/src/view/DialogRunner.h
  •   ktutorial-editor/src/view/SemanticMarkupEdition.cpp
  •   ktutorial-editor/src/view/SemanticMarkupEdition.h
  •   ktutorial-library/src/customization/DefaultKdeCustomization.cpp
  •   ktutorial-library/tests/view/StepWidgetTest.cpp
  •   ktutorial-library/tests/view/WindowOnTopEnforcerTest.cpp
  •   ktutorial-editor/tests/unit/view/DialogRunnerTest.cpp
  •   ktutorial-editor/tests/unit/view/RemoteObjectNameWidgetTest.cpp
  •   ktutorial-editor/tests/unit/view/SemanticMarkupEditionTest.cpp
11 files changed in total