From b6b82204e33d81b37b5e026e4e84bb154bbe714b Mon Sep 17 00:00:00 2001 From: Flavio Tordini Date: Mon, 3 Aug 2015 14:30:35 +0200 Subject: [PATCH] Oops forgot to commit this before --- src/homeview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/homeview.h b/src/homeview.h index 7e4ddb7..c65a60d 100644 --- a/src/homeview.h +++ b/src/homeview.h @@ -38,7 +38,6 @@ class HomeView : public QWidget, public View { public: HomeView(QWidget *parent = 0); - void appear(); void disappear(); QHash metadata() { QHash metadata; @@ -50,6 +49,7 @@ public: StandardFeedsView* getStandardFeedsView() { return standardFeedsView; } private slots: + void appear(); void showSearch(); void showStandardFeeds(); void showChannels(); -- 2.39.2