From 24823bbfd1616b77727ef06c437e3ec61c89b750 Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Thu, 19 Jun 2014 22:04:36 +0200 Subject: Implemented DolphinRecentTabsMenu to encapsulate the recent tabs menu related code from DolphinMainWindow in a new class. The DolphinRecentTabsMenu remembers the tab configuration if a tab has been closed. REVIEW: 118805 --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0a72721a9..ce9d9a485 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -171,6 +171,7 @@ set(dolphin_SRCS dolphinmainwindow.cpp dolphinviewcontainer.cpp dolphincontextmenu.cpp + dolphinrecenttabsmenu.cpp filterbar/filterbar.cpp main.cpp panels/information/filemetadataconfigurationdialog.cpp -- cgit v1.3.1