41 #ifndef YQPkgChangeLogView_h 42 #define YQPkgChangeLogView_h 44 #include <zypp/Changelog.h> 45 #include "YQPkgGenericDetailsView.h" 95 #endif // ifndef YQPkgChangeLogView_h virtual ~YQPkgChangeLogView()
Definition: YQPkgChangeLogView.cc:65
QString changeLogTable(const zypp::Changelog &changeLog) const
Definition: YQPkgChangeLogView.cc:116
Abstract base class for details views. Handles generic stuff like HTML formatting, Qt slots and display only if this view is visible at all ( it may be hidden if it's part of a QTabWidget ).
Definition: YQPkgGenericDetailsView.h:58
YQPkgChangeLogView(QWidget *parent)
Definition: YQPkgChangeLogView.cc:59
Display a pkg's file list.
Definition: YQPkgChangeLogView.h:55
virtual void showDetails(ZyppSel selectable)
Definition: YQPkgChangeLogView.cc:72
QString notDisplayedChanges(int missing, const std::string &pkg)
Definition: YQPkgChangeLogView.cc:143