|
|
|
@ -77,7 +77,7 @@ public: |
|
|
|
friend FALKON_EXPORT QDataStream &operator>>(QDataStream &stream, SavedWindow &window); |
|
|
|
friend FALKON_EXPORT QDataStream &operator>>(QDataStream &stream, SavedWindow &window); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
explicit BrowserWindow(Qz::BrowserWindowType type, const QUrl &url = QUrl()); |
|
|
|
explicit BrowserWindow(Qz::BrowserWindowType type, const QUrl &url = QUrl(), const QString &token = QString()); |
|
|
|
~BrowserWindow(); |
|
|
|
~BrowserWindow(); |
|
|
|
|
|
|
|
|
|
|
|
void setStartTab(WebTab* tab); |
|
|
|
void setStartTab(WebTab* tab); |
|
|
|
@ -119,6 +119,7 @@ public: |
|
|
|
QMenu* superMenu() const; |
|
|
|
QMenu* superMenu() const; |
|
|
|
|
|
|
|
|
|
|
|
QUrl homepageUrl() const; |
|
|
|
QUrl homepageUrl() const; |
|
|
|
|
|
|
|
QString token() const; |
|
|
|
|
|
|
|
|
|
|
|
QAction* action(const QString &name) const; |
|
|
|
QAction* action(const QString &name) const; |
|
|
|
|
|
|
|
|
|
|
|
@ -238,6 +239,7 @@ private: |
|
|
|
QTimer* m_hideNavigationTimer; |
|
|
|
QTimer* m_hideNavigationTimer; |
|
|
|
|
|
|
|
|
|
|
|
QList<QPointer<QWidget> > m_deleteOnCloseWidgets; |
|
|
|
QList<QPointer<QWidget> > m_deleteOnCloseWidgets; |
|
|
|
|
|
|
|
QString m_token; |
|
|
|
|
|
|
|
|
|
|
|
#ifdef QZ_WS_X11 |
|
|
|
#ifdef QZ_WS_X11 |
|
|
|
private: |
|
|
|
private: |
|
|
|
|