diff options
author | Eike Ziller <[email protected]> | 2013-06-25 10:14:14 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2013-06-25 10:14:14 +0200 |
commit | e8469a2babd0553fe1343b91cd904e459d89a2be (patch) | |
tree | cd686e7d27e496fe1373b9f1b87ab02058503707 /src/plugins/find | |
parent | 72b06779abb99fda119a73990e25632387a7a072 (diff) | |
parent | c59ba462adff332fee2cb333cbb9a87972288011 (diff) |
Merge remote-tracking branch 'origin/2.8'
Conflicts:
src/plugins/fakevim/fakevimhandler.cpp
Change-Id: I8101f18b87859924644471817d4f1408790d5628
Diffstat (limited to 'src/plugins/find')
-rw-r--r-- | src/plugins/find/searchresultwindow.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/find/searchresultwindow.cpp b/src/plugins/find/searchresultwindow.cpp index cda06a6464e..12b1181e6ac 100644 --- a/src/plugins/find/searchresultwindow.cpp +++ b/src/plugins/find/searchresultwindow.cpp @@ -201,7 +201,8 @@ using namespace Find::Internal; /*! \class Find::SearchResult - \brief Reports user interaction like activation of a search result item. + \brief The SearchResult class reports user interaction, such as the + activation of a search result item. Whenever a new search is initiated via startNewSearch, an instance of this class is returned to provide the initiator with the hooks for handling user |