From 624ebc875913e01182712a047a3b46b9a2aff560 Mon Sep 17 00:00:00 2001 From: Andrew Coles Date: Thu, 19 Mar 2009 22:45:03 +0000 Subject: [PATCH] Function implementation changed to match prototype - code now compiles again. svn path=/trunk/KDE/kdelibs/; revision=941551 --- tooltipcontent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooltipcontent.cpp b/tooltipcontent.cpp index c9a5d691b..739a06b56 100644 --- a/tooltipcontent.cpp +++ b/tooltipcontent.cpp @@ -157,7 +157,7 @@ WId ToolTipContent::windowToPreview() const } } -void ToolTipContent::setWindowsToPreview(QList ids) +void ToolTipContent::setWindowsToPreview(const QList & ids) { d->windowsToPreview = ids; }