[Digikam-devel] [Bug 250610] wish: tool or procedure to check digikam database

Marcel Wiesweg marcel.wiesweg at gmx.de
Fri Aug 12 18:21:23 BST 2011


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





--- Comment #9 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-08-12 17:21:23 ---
No, but in databaseconstants.h, the possible values are defined as an enum:

enum Status
{
    UndefinedStatus = 0,
    Visible         = 1,
    Hidden          = 2,
    Removed         = 3
};

where we dont really use the Hidden value

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list