diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-06-19 22:04:36 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-06-19 22:04:36 +0200 |
| commit | 24823bbfd1616b77727ef06c437e3ec61c89b750 (patch) | |
| tree | 2bf465fe0d5eb3efcb2a3c84c7076d19d59c1d80 /src/CMakeLists.txt | |
| parent | efa19caa46f1d56afab9cc33c456bc84c47d95e1 (diff) | |
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
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
