Re-add truncation of history entries.

This commit is contained in:
Florian Geyer 2012-06-06 19:59:10 +02:00
parent 21302782e1
commit 21e257e64d
4 changed files with 32 additions and 14 deletions

View file

@ -110,8 +110,6 @@ private Q_SLOTS:
void showEntryContextMenu(const QPoint& pos);
private:
void truncateHistories();
Database* const m_db;
const QScopedPointer<Ui::SearchWidget> m_searchUi;
QWidget* const m_searchWidget;