diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-07-02 15:30:37 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-07-04 17:16:03 +0200 |
| commit | b0fb590ebdad6f90f204c1482806a9da38b08598 (patch) | |
| tree | c480e2df3badb153bfa6613abbc1dce2dc7616a7 /src/CMakeLists.txt | |
| parent | 20e13c31df64f5fe3dfd410a1b0a0bd78c07ba32 (diff) | |
Implemented DolphinTabPage class to encapsulate the split view handling from DolphinMainWindow.
The signal activeViewUrlChanged in DolphinTabPage is currently unused, but we need it later when
we implement the tab widget and tab bar.
DolphinTabPage has saveState/restoreState which are using a QByteArray instead of the KConfigGroup to
be more generic.
REVIEW: 118964
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 6e4d9f9e8..518c8b7d2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -172,6 +172,7 @@ set(dolphin_SRCS dolphinviewcontainer.cpp dolphincontextmenu.cpp dolphinrecenttabsmenu.cpp + dolphintabpage.cpp filterbar/filterbar.cpp main.cpp panels/information/filemetadataconfigurationdialog.cpp |
