mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2020-07-02 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDApplication::rssSchemas()' method. * Removed the 'RDFeed::rssSchemas()' method. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -26,14 +26,13 @@
|
||||
#include <qlineedit.h>
|
||||
#include <QResizeEvent>
|
||||
|
||||
#include <rdrssschemas.h>
|
||||
#include <rdwidget.h>
|
||||
|
||||
class RDRssCategoryBox : public RDWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
RDRssCategoryBox(RDRssSchemas *schemas,QWidget *parent=0);
|
||||
RDRssCategoryBox(QWidget *parent=0);
|
||||
~RDRssCategoryBox();
|
||||
RDRssSchemas::RssSchema schema() const;
|
||||
void setSchema(RDRssSchemas::RssSchema schema);
|
||||
@@ -55,7 +54,6 @@ class RDRssCategoryBox : public RDWidget
|
||||
void RefreshSubcategories(RDRssSchemas::RssSchema schema,
|
||||
const QString &category,
|
||||
const QString &sub_category);
|
||||
RDRssSchemas *c_schemas;
|
||||
RDRssSchemas::RssSchema c_schema;
|
||||
QComboBox *c_box;
|
||||
QComboBox *c_sub_box;
|
||||
|
||||
Reference in New Issue
Block a user