13class DCapManagerPrivate;
21#if DTK_VERSION < DTK_VERSION_CHECK(6, 0, 0, 0)
22 QT_DEPRECATED_X(
"This api will no longer take effect, please use DCapDir or DCapFile")
23 static void registerFileEngine();
24 QT_DEPRECATED_X(
"This api will no longer take effect, please use DCapDir or DCapFile")
25 static void unregisterFileEngine();
27 void appendPath(
const QString &path);
28 void appendPaths(
const QStringList &pathList);
30 void removePath(
const QString &path);
31 void removePaths(
const QStringList &paths);
33 QStringList paths()
const;
Definition dcapmanager.h:15