Still broken, working on custom IDS.
This commit is contained in:
parent
e289da58fc
commit
2711b6b457
@ -1 +1 @@
|
||||
Subproject commit e9833a2e45d8d3241f662d3a03ed19d3446386ce
|
||||
Subproject commit d44aacc99fdc997648c924f0d5444566164f142e
|
10
rssguard.pro
10
rssguard.pro
@ -335,8 +335,8 @@ HEADERS += src/core/feeddownloader.h \
|
||||
src/services/inoreader/definitions.h \
|
||||
src/services/inoreader/inoreaderentrypoint.h \
|
||||
src/services/inoreader/network/inoreadernetworkfactory.h \
|
||||
src/services/inoreader/inoreaderserviceroot.h \
|
||||
src/services/inoreader/gui/formeditinoreaderaccount.h
|
||||
src/services/inoreader/inoreaderserviceroot.h \
|
||||
src/services/inoreader/gui/formeditinoreaderaccount.h
|
||||
|
||||
SOURCES += src/core/feeddownloader.cpp \
|
||||
src/core/feedsmodel.cpp \
|
||||
@ -461,8 +461,8 @@ SOURCES += src/core/feeddownloader.cpp \
|
||||
src/miscellaneous/externaltool.cpp \
|
||||
src/services/inoreader/inoreaderentrypoint.cpp \
|
||||
src/services/inoreader/network/inoreadernetworkfactory.cpp \
|
||||
src/services/inoreader/inoreaderserviceroot.cpp \
|
||||
src/services/inoreader/gui/formeditinoreaderaccount.cpp
|
||||
src/services/inoreader/inoreaderserviceroot.cpp \
|
||||
src/services/inoreader/gui/formeditinoreaderaccount.cpp
|
||||
|
||||
OBJECTIVE_SOURCES += src/miscellaneous/disablewindowtabbing.mm
|
||||
|
||||
@ -490,7 +490,7 @@ FORMS += src/gui/toolbareditor.ui \
|
||||
src/gui/settings/settingsfeedsmessages.ui \
|
||||
src/gui/settings/settingsdownloads.ui \
|
||||
src/services/tt-rss/gui/formeditttrssaccount.ui \
|
||||
src/services/inoreader/gui/formeditinoreaderaccount.ui
|
||||
src/services/inoreader/gui/formeditinoreaderaccount.ui
|
||||
|
||||
equals(USE_WEBENGINE, true) {
|
||||
HEADERS += src/gui/locationlineedit.h \
|
||||
|
@ -452,6 +452,10 @@ QString RootItem::customId() const {
|
||||
return m_customId;
|
||||
}
|
||||
|
||||
int RootItem::customNumericId() const {
|
||||
return customId().toInt();
|
||||
}
|
||||
|
||||
void RootItem::setCustomId(const QString& custom_id) {
|
||||
m_customId = custom_id;
|
||||
}
|
||||
|
@ -211,6 +211,7 @@ class RootItem : public QObject {
|
||||
|
||||
// NOTE: For standard feed/category, this WILL equal to id().
|
||||
QString customId() const;
|
||||
int customNumericId() const;
|
||||
void setCustomId(const QString& custom_id);
|
||||
|
||||
// Converters
|
||||
|
Loading…
x
Reference in New Issue
Block a user