summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h
index 0b3711ac..3750547c 100644
--- a/src/application.h
+++ b/src/application.h
@@ -42,9 +42,11 @@
class TabWindow;
class WebWindow;
+class WebTab;
-typedef QList< QWeakPointer<TabWindow> > TabWindowList;
+typedef QList< QWeakPointer<TabWindow> > TabWindowList;
+typedef QList<WebTab *> WebAppList;
// ---------------------------------------------------------------------------------------------------------------
@@ -113,6 +115,7 @@ private Q_SLOTS:
private:
TabWindowList m_tabWindows;
+ WebAppList m_webApps;
};
#endif // APPLICATION_H