From: Flavio Tordini Date: Mon, 3 Aug 2015 12:30:35 +0000 (+0200) Subject: Oops forgot to commit this before X-Git-Tag: 2.5~50 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b6b82204e33d81b37b5e026e4e84bb154bbe714b;p=minitube Oops forgot to commit this before --- 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();