Home
last modified time | relevance | path

Searched refs:follow_file_ (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/src/
H A Dcrawlerwidget.cpp
/glogg/src/
H A Dcrawlerwidget.cpp64 follow_file_( follow_file ) {} in CrawlerWidgetContext()
74 bool followFile() const { return follow_file_; } in followFile()
81 bool follow_file_; member in CrawlerWidgetContext
1158 follow_file_ = ( match.captured(1).toInt() == 1 ); in CrawlerWidgetContext()
1160 LOG(logDEBUG) << "follow_file_: " << follow_file_; in CrawlerWidgetContext()
1164 follow_file_ = false; in CrawlerWidgetContext()
1174 ignore_case_, auto_refresh_, follow_file_ ); in toString()