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

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Kristian Karl
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: [hidden email]
          Reporter: [hidden email]

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.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 328830] Digikam compile error because of commit f3e488b56e4d56be0bb1022e32258add72c3c68a

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=328830

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email],
                   |                            |mohammed.ahmed.anwer@gmail.
                   |                            |com

--- Comment #1 from Gilles Caulier <[hidden email]> ---
Mohamed,

This file is for you...

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 328830] Digikam compile error because of commit f3e488b56e4d56be0bb1022e32258add72c3c68a

Mohamed
In reply to this post by Kristian Karl
https://bugs.kde.org/show_bug.cgi?id=328830

Mohamed <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
   Version Fixed In|                            |4.0.0
         Resolution|---                         |FIXED

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 328830] Digikam compile error because of commit f3e488b56e4d56be0bb1022e32258add72c3c68a

Gilles Caulier-4
In reply to this post by Kristian Karl
https://bugs.kde.org/show_bug.cgi?id=328830

--- Comment #2 from Gilles Caulier <[hidden email]> ---
Git commit 1982fb373ab087df1145b075912986b9bc81dbef by Mohamed Anwer.
Committed on 15/12/2013 at 18:32.
Pushed by mohamedanwer into branch 'master'.

Removing unwanted slot

M  +0    -4    showfoto/thumbbar/showfotocategorizedview.h

http://commits.kde.org/digikam/1982fb373ab087df1145b075912986b9bc81dbef

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

-protected Q_SLOTS:
-
-    void slotShowfotoItemInfosAdded();
-
 protected:

     // reimplemented from parent class

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 328830] Digikam compile error because of commit f3e488b56e4d56be0bb1022e32258add72c3c68a

Kristian Karl
In reply to this post by Kristian Karl
https://bugs.kde.org/show_bug.cgi?id=328830

Kristian Karl <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 328830] Digikam compile error because of commit f3e488b56e4d56be0bb1022e32258add72c3c68a

Gilles Caulier-4
In reply to this post by Kristian Karl
https://bugs.kde.org/show_bug.cgi?id=328830

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.0.0-beta1                 |4.0.0

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 328830] Digikam compile error because of commit f3e488b56e4d56be0bb1022e32258add72c3c68a

bugzilla_noreply
In reply to this post by Kristian Karl
https://bugs.kde.org/show_bug.cgi?id=328830

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Portability

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 328830] Digikam compile error because of commit f3e488b56e4d56be0bb1022e32258add72c3c68a

bugzilla_noreply
In reply to this post by Kristian Karl
https://bugs.kde.org/show_bug.cgi?id=328830

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Portability                 |Bundle-Tarball

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