equal
deleted
inserted
replaced
54 Q_OBJECT |
54 Q_OBJECT |
55 |
55 |
56 public: |
56 public: |
57 BrowserWindow(); |
57 BrowserWindow(); |
58 |
58 |
|
59 HomeView *getHomeView() { return m_homeView; }; |
|
60 BrowserView *getBrowserView() { return m_browserView; }; |
|
61 QTimeLine *getTimeLine() { return m_timeLine; }; |
|
62 |
59 private slots: |
63 private slots: |
60 void initialize(); |
64 void initialize(); |
61 void navigate(const QUrl &url); |
65 void navigate(const QUrl &url); |
62 void gotoAddress(const QString &address); |
66 void gotoAddress(const QString &address); |
63 |
67 |