*/
void fromBalooSearchUrl(const QUrl& url);
+ void setFacetsVisible(bool visible);
void updateFacetsToggleButton();
+ bool isIndexingEnabled() const;
+
private:
bool m_startedSearching;
bool m_active;
QVBoxLayout* m_topLayout;
- QLabel* m_searchLabel;
QLineEdit* m_searchInput;
QAction* m_saveSearchAction;
QScrollArea* m_optionsScrollArea;