From da248b9c73cc4295cd9f949f421547aef35e3fde Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Fri, 28 Oct 2011 17:26:41 +0300 Subject: [PATCH] Bump max recent URLs to 25 --- src/i/MainWindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i/MainWindow.cpp b/src/i/MainWindow.cpp index cee1717..37c9445 100644 --- a/src/i/MainWindow.cpp +++ b/src/i/MainWindow.cpp @@ -75,8 +75,9 @@ MainWindow::MainWindow() connect(_proc, SIGNAL(finished(QString)), this, SLOT(onProcFinished(QString))); -// Read recent URLs into memory. +// Recent URLs. + recent.setMaxItems(25); recent.read(); // Custom program icon. -- 2.11.4.GIT