QTfrontend/ui/page/pagedata.h
changeset 12239 2e725778e107
parent 11046 47a8c19ecb60
equal deleted inserted replaced
12238:05fb32410350 12239:2e725778e107
    46     private:
    46     private:
    47         DataBrowser *web;
    47         DataBrowser *web;
    48         QHash<QNetworkReply*, QProgressBar *> progressBars;
    48         QHash<QNetworkReply*, QProgressBar *> progressBars;
    49         QVBoxLayout *progressBarsLayout;
    49         QVBoxLayout *progressBarsLayout;
    50         QPushButtonWithSound * pbOpenDir;
    50         QPushButtonWithSound * pbOpenDir;
       
    51         QPushButtonWithSound * pbHome;
    51 
    52 
    52         bool m_contentDownloaded; ///< true if something was downloaded since last page leave
    53         bool m_contentDownloaded; ///< true if something was downloaded since last page leave
    53 
    54 
    54     private slots:
    55     private slots:
    55         void request(const QUrl &url);
    56         void request(const QUrl &url);