public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kdepim-common-libs/files: kdepim-common-libs-4.8.3-qt47-compat.patch
@ 2012-05-04  9:54 Johannes Huber (johu)
  0 siblings, 0 replies; only message in thread
From: Johannes Huber (johu) @ 2012-05-04  9:54 UTC (permalink / raw
  To: gentoo-commits

johu        12/05/04 09:54:05

  Added:                kdepim-common-libs-4.8.3-qt47-compat.patch
  Log:
  Add upstream patch to fix build with Qt 4.7 wrt #414569. Thanks to upstream maintainer Montel Laurent.
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  kde-base/kdepim-common-libs/files/kdepim-common-libs-4.8.3-qt47-compat.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-common-libs/files/kdepim-common-libs-4.8.3-qt47-compat.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-common-libs/files/kdepim-common-libs-4.8.3-qt47-compat.patch?rev=1.1&content-type=text/plain

Index: kdepim-common-libs-4.8.3-qt47-compat.patch
===================================================================
--- a/messageviewer/viewer_p.cpp
+++ b/messageviewer/viewer_p.cpp
@@ -1930,8 +1930,10 @@ void ViewerPrivate::slotToggleHtmlMode()
 
 void ViewerPrivate::slotFind()
 {
+#if QT_VERSION >= 0x040800
   if ( mViewer->hasSelection() )
     mFindBar->setText( mViewer->selectedText() );
+#endif  
   mFindBar->show();
   mFindBar->focusAndSetCursor();
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-04  9:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04  9:54 [gentoo-commits] gentoo-x86 commit in kde-base/kdepim-common-libs/files: kdepim-common-libs-4.8.3-qt47-compat.patch Johannes Huber (johu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox