|
libyui-qt-pkg
2.47.5
|
Root item for each individual conflict. More...
#include <YQPkgConflictList.h>


Signals | |
| void | expanded () |
Public Member Functions | |
| YQPkgConflict (QWidget *parent, zypp::ResolverProblem_Ptr problem) | |
| Constructor. | |
| virtual | ~YQPkgConflict () |
| Destructor. | |
| zypp::ResolverProblem_Ptr | problem () const |
| Returns the corresponding ResolverProblem. | |
| zypp::ProblemSolution_Ptr | userSelectedResolution () |
| Returns the resolution the user selected or 0 if he didn't select one. | |
| void | saveToFile (QFile &file) const |
| save one item to file. | |
Protected Slots | |
| void | detailsExpanded () |
Protected Member Functions | |
| void | formatHeading () |
| Format the text heading line for this item. | |
| void | addSolutions () |
| Add suggestions how to resolve this conflict. | |
Root item for each individual conflict.
Definition at line 144 of file YQPkgConflictList.h.