diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-11-08 10:17:36 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-11-08 10:17:36 +0100 |
commit | 7187da9812bbe6ffb5bf272f18f8e74c8d23d3c7 (patch) | |
tree | 210924711005452a622383dcfadb20c5c4cfb364 /src/application.h | |
parent | Let rekonq save file remotely (diff) | |
download | rekonq-7187da9812bbe6ffb5bf272f18f8e74c8d23d3c7.tar.xz |
Application Shortcut
Added an action to manage it in the tools menu,
added initial code to manage icons,
added kwebapp application
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h index 0c4d3101..30d2b55d 100644 --- a/src/application.h +++ b/src/application.h @@ -134,6 +134,8 @@ private slots: void queryQuit(); + void createWebAppShortcut(); + private: QWeakPointer<HistoryManager> m_historyManager; QWeakPointer<BookmarkProvider> m_bookmarkProvider; |