From e174c6d998c3c5db09a29dde937dbda4cbe8ddf7 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Wed, 7 Nov 2012 02:14:08 +0100 Subject: [PATCH] update apidox to reflect it can be a relative root --- package.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.h b/package.h index 2c08dfef5..55793e534 100644 --- a/package.h +++ b/package.h @@ -106,7 +106,7 @@ public: /** * Sets the path to the root of this package - * @param path and absolute path + * @param path an absolute path, or a relative path to the default package root * @since 4.3 */ void setPath(const QString &path);