Searched refs:m_historyModel (Results 1 – 2 of 2) sorted by relevance
65 , m_historyModel(0) in HistoryManager()78 m_historyModel = new HistoryModel(this, this); in HistoryManager()79 m_historyFilterModel = new HistoryFilterModel(m_historyModel, this); in HistoryManager()131 return m_historyModel; in historyModel()
125 HistoryModel *m_historyModel; variable