Add configure internet service to menu

This commit is contained in:
Jonas Kvinge
2020-04-20 18:01:45 +02:00
parent c69fff52cc
commit ab2ffd9ac1
6 changed files with 33 additions and 9 deletions

View File

@@ -51,7 +51,6 @@ class InternetCollectionView : public AutoExpandingTreeView {
public:
explicit InternetCollectionView(QWidget *parent = nullptr);
~InternetCollectionView();
void Init(Application *app, CollectionBackend *backend, CollectionModel *model, const bool favorite = false);