forked from qt-creator/qt-creator
Font settings: Add import and export functions
Fixed: QTCREATORBUG-6833 Change-Id: I23eec56aeb53ed10dd7f04c071318f5cc335b14e Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -129,7 +129,7 @@ static bool removeRecursivelyLocal(const FilePath &filePath, QString *error)
|
||||
|
||||
\code
|
||||
QString error;
|
||||
book ok = Utils::FileUtils::copyRecursively("/foo/bar", "/foo/baz", &error);
|
||||
bool ok = Utils::FileUtils::copyRecursively("/foo/bar", "/foo/baz", &error);
|
||||
if (!ok)
|
||||
qDebug() << error;
|
||||
\endcode
|
||||
|
||||
Reference in New Issue
Block a user