Switch to unified view

a/src/utils/appformime.h b/src/utils/appformime.h
...
...
41
    static DesktopDb* getDb();
41
    static DesktopDb* getDb();
42
42
43
    /** Constructor for a db based on a non-standard location */
43
    /** Constructor for a db based on a non-standard location */
44
    DesktopDb(const string& dir);
44
    DesktopDb(const string& dir);
45
45
46
    ~DesktopDb();
47
48
    /** In case of error: what happened ? */
46
    /** In case of error: what happened ? */
49
    const string& getReason();
47
    const string& getReason();
50
48
51
    /**
49
    /**
52
     * Get a list of applications able to process a given MIME type.
50
     * Get a list of applications able to process a given MIME type.