19#ifndef LIB_QUENTIER_UTILITY_TAG_SORT_BY_PARENT_CHILD_RELATIONS_H
20#define LIB_QUENTIER_UTILITY_TAG_SORT_BY_PARENT_CHILD_RELATIONS_H
22#include <quentier/types/ErrorString.h>
23#include <quentier/types/Tag.h>
25#include <qt5qevercloud/QEverCloud.h>
42bool QUENTIER_EXPORT sortTagsByParentChildRelations(
43 QList<qevercloud::Tag> & tagList,
ErrorString & errorDescription);
57bool QUENTIER_EXPORT sortTagsByParentChildRelations(
58 QList<Tag> & tagList,
ErrorString errorDescription);
The ErrorString class encapsulates two (or more) strings which are meant to contain translatable (bas...
Definition ErrorString.h:44