rclmain_w.h (recoll-1.27.11) | : | rclmain_w.h (recoll-1.27.12) | ||
---|---|---|---|---|
skipping to change at line 90 | skipping to change at line 90 | |||
// Takes copies of the args instead of refs. Lazy and safe. | // Takes copies of the args instead of refs. Lazy and safe. | |||
void newDupsW(const Rcl::Doc doc, const std::vector<Rcl::Doc> dups); | void newDupsW(const Rcl::Doc doc, const std::vector<Rcl::Doc> dups); | |||
enum IndexerState {IXST_UNKNOWN, IXST_NOTRUNNING, | enum IndexerState {IXST_UNKNOWN, IXST_NOTRUNNING, | |||
IXST_RUNNINGMINE, IXST_RUNNINGNOTMINE}; | IXST_RUNNINGMINE, IXST_RUNNINGNOTMINE}; | |||
IndexerState indexerState() const { | IndexerState indexerState() const { | |||
return m_indexerState; | return m_indexerState; | |||
} | } | |||
void enableTrayIcon(bool onoff); | void enableTrayIcon(bool onoff); | |||
QString readDarkCSS(); | ||||
public slots: | public slots: | |||
virtual void fileExit(); | virtual void fileExit(); | |||
virtual void periodic100(); | virtual void periodic100(); | |||
virtual void toggleIndexing(); | virtual void toggleIndexing(); | |||
virtual void bumpIndexing(); | virtual void bumpIndexing(); | |||
virtual void rebuildIndex(); | virtual void rebuildIndex(); | |||
virtual void specialIndex(); | virtual void specialIndex(); | |||
virtual void startSearch(std::shared_ptr<Rcl::SearchData> sdata, | virtual void startSearch(std::shared_ptr<Rcl::SearchData> sdata, | |||
bool issimple); | bool issimple); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |