Summary: | KCatalogLoader error while building vkontake | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | tuxrules.in |
Component: | Plugin-WebService-Vkontakte | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aspotashev, caulier.gilles |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.1.0 | |
Sentry Crash Report: |
Description
tuxrules.in
2011-09-16 00:34:10 UTC
KCatalogLoader was introduced in kdelibs-4.6.2. @Gilles Caulier: should I get rid of KCatalogLoader or let's say we need at least kdelibs-4.6.2? Why not to wrap this class to check KDE version with pre-processor ? Like this you can provide a code to replace KCatalogLoader with old KDE version, or disable some feature in this case. But at least code will be compilable... Gilles Caulier (In reply to comment #2) > Why not to wrap this class to check KDE version with pre-processor ? I thought about that, but we'll lose translations then. Will do this. > Like this you can provide a code to replace KCatalogLoader with old KDE > version, or disable some feature in this case. But at least code will be > compilable... Don't know how to replace it easily in a library. Git commit c2a0b9edc3f54af10a1df62d47c9ed66fec1fa0f by Alexander Potashev. Committed on 16/09/2011 at 12:49. Pushed by aspotashev into branch 'master'. Disable KCatalogLoader for kdelibs below 4.6.2 BUG:282113 M +4 -1 libkvkontakte/util.cpp http://commits.kde.org/libkvkontakte/c2a0b9edc3f54af10a1df62d47c9ed66fec1fa0f |