[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevelop/parts/quickopen
From:       Sascha Cunz <sascha.cunz () tiscali ! de>
Date:       2005-09-20 17:42:58
Message-ID: 1127238178.756598.18187.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 462319 by cunz:

Make it work again (hasSelection() => selection() )


 M  +1 -1      quickopen_part.cpp  


--- trunk/KDE/kdevelop/parts/quickopen/quickopen_part.cpp #462318:462319
@@ -121,7 +121,7 @@
 
     QString wordstr;
     bool hasMultilineSelection = false;
-    if (view && view->hasSelection())
+    if (view && view->selection())
     {
         hasMultilineSelection = ( view->selectionText().contains('\n') != 0 );
         if (!hasMultilineSelection)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic