diff options
| author | Peter Penz <[email protected]> | 2012-04-25 02:16:35 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-04-25 02:20:25 +0200 |
| commit | 67f58d5082cbab3a1a4a83926e77ade299ec07ea (patch) | |
| tree | 4cb2171bb8ccf0cab7a4d4361836def5fb82ee44 /src/tests | |
| parent | d9de39172033c28b8f9a7c1573130cf2124b4f7a (diff) | |
Fix search-UI issues in combination with the new places entries
The places-entries for searching revealed some serious issues in
combination with the search-panel. Move the filtering away from
QDockWidget and bring it back below the search-bar.
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index de254f6da..830138e74 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -58,6 +58,7 @@ target_link_libraries(kitemlistkeyboardsearchmanagertest ${KDE4_KIO_LIBS} ${QT_Q if (Nepomuk_FOUND) set(dolphinsearchboxtest_SRCS dolphinsearchboxtest.cpp + ../search/dolphinfacetswidget.cpp ../search/dolphinsearchbox.cpp ../search/dolphinsearchinformation.cpp ) |
