[Digikam-devel] [digikam] [Bug 328830] New: Digikam compile error because of commit f3e488b56e4d56be0bb1022e32258add72c3c68a

Kristian Karl kristian.hermann.karl at gmail.com
Sun Dec 15 11:30:18 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=328830

            Bug ID: 328830
           Summary: Digikam compile error because of commit
                    f3e488b56e4d56be0bb1022e32258add72c3c68a
    Classification: Unclassified
           Product: digikam
           Version: 4.0.0-beta1
          Platform: unspecified
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: digikam-devel at kde.org
          Reporter: kristian.hermann.karl at gmail.com

Compile error because of commit f3e488b56e4d56be0bb1022e32258add72c3c68a

CMakeFiles/showfoto.dir/thumbbar/showfotocategorizedview.cpp.o: In function
`ShowFoto::ShowfotoCategorizedView::qt_static_metacall(QObject*,
QMetaObject::Call, int, void**)':
/home/krikar/dev/kde/digikam/build/core/showfoto/showfotocategorizedview.moc:90:
undefined reference to
`ShowFoto::ShowfotoCategorizedView::slotShowfotoItemInfosAdded()'
collect2: error: ld returned 1 exit status
make[2]: *** [core/showfoto/showfoto] Error 1
make[1]: *** [core/showfoto/CMakeFiles/showfoto.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....


Reproducible: Always

Steps to Reproduce:
Compile latest from master.

The code compile if following patch is applied:

============== START OF PATCH============
diff --git a/showfoto/thumbbar/showfotocategorizedview.h
b/showfoto/thumbbar/showfotocategorizedview.h
index 9c8474a..b9f8aea 100644
--- a/showfoto/thumbbar/showfotocategorizedview.h
+++ b/showfoto/thumbbar/showfotocategorizedview.h
@@ -154,9 +154,6 @@ Q_SIGNALS:
     /// Emitted when a new model is set
     void modelChanged();

-protected Q_SLOTS:
-
-    void slotShowfotoItemInfosAdded();

 protected:

============== END OF PATCH============

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list