[KPhotoAlbum] [kphotoalbum] AnnotationDialog: Remove old debugging messages from AnnotationDialog.

Andreas Neustifter andreas.neustifter at gmail.com
Sun Feb 17 21:56:04 GMT 2013


Sorry for those they slipped my notice a long time ago and I was not
pushing any patches where this got fixed.

Thanks for removing them.

Andi

On 15 February 2013 19:07, Johannes Zarl
<isilmendil at isilme.lupus.uberspace.de> wrote:
> Git commit 7825012afe4f46386204f5b7714dbe2762f25787 by Johannes Zarl.
> Committed on 15/02/2013 at 12:59.
> Pushed by johanneszarl into branch 'master'.
>
> Remove old debugging messages from AnnotationDialog.
>
> M  +0    -3    AnnotationDialog/Dialog.cpp
>
> http://commits.kde.org/kphotoalbum/7825012afe4f46386204f5b7714dbe2762f25787
>
> diff --git a/AnnotationDialog/Dialog.cpp b/AnnotationDialog/Dialog.cpp
> index 851b4ca..f1ab20d 100644
> --- a/AnnotationDialog/Dialog.cpp
> +++ b/AnnotationDialog/Dialog.cpp
> @@ -63,7 +63,6 @@
>  #include "Utilities/Util.h"
>  #include "Viewer/ViewerWidget.h"
>  #include "enums.h"
> -#include <QDebug>
>
>  using Utilities::StringSet;
>
> @@ -943,7 +942,6 @@ void AnnotationDialog::Dialog::setupFocus()
>      QWidget* first = 0;
>      for( QList<QWidget*>::Iterator orderedIt = orderedList.begin(); orderedIt != orderedList.end(); ++orderedIt ) {
>          if ( prev ) {
> -            qDebug() << "tabbing " << prev->objectName() << " -> " << (*orderedIt)->objectName();
>              setTabOrder( prev, *orderedIt );
>          } else {
>              first = *orderedIt;
> @@ -952,7 +950,6 @@ void AnnotationDialog::Dialog::setupFocus()
>      }
>
>      if ( first ) {
> -        qDebug() << "tabbing " << prev->objectName() << " -> " << first->objectName();
>          setTabOrder( prev, first );
>      }
>
>



-- 
Andreas Neustifter  |  +43 699 19743917  |  andreas.neustifter at gmail.com



More information about the Kphotoalbum mailing list