Searched refs:core_msg_history (Results 1 – 5 of 5) sorted by relevance
115 QStringList core_msg_history; member in MainWindowPrivate1805 d->core_msg_history.push_back(msg);1808 while (d->core_msg_history.size() > WIGET(WI_STATUSBAR_HISTORY_SZ))1809 d->core_msg_history.removeFirst();1812 d->core_msg_history.clear();1814 d->msgLabel->setToolTip(d->core_msg_history.join("\n"));