diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-11-09 12:47:56 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-11-09 12:47:56 (GMT) |
commit | 2f5fe525c5d9ac142571c39c215386675ee79899 (patch) | |
tree | f218bedd7c653278995d0d44d773f49825736b16 /tools/qdoc3/ditaxmlgenerator.h | |
parent | 2e71fd324eaab8ba08fd748a3dd1c8025a38da2a (diff) | |
download | Qt-2f5fe525c5d9ac142571c39c215386675ee79899.zip Qt-2f5fe525c5d9ac142571c39c215386675ee79899.tar.gz Qt-2f5fe525c5d9ac142571c39c215386675ee79899.tar.bz2 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "dtd/topic.dtd">
<!--commercialeditions.qdoc-->
<topic id="id-686f5cb9-31b5-470e-97e6-7b6f8d47e4e8" outputclass="page">
<title>Qt Commercial Edition</title>
<shortdesc>Information about the license and features of the Commercial Edition.</shortdesc>
<body>
<section id="id-3680bc34-a532-447a-b782-1c901e84f41e" outputclass="details">
<p outputclass="brief">Information about the license and features of the Commercial Edition.</p>
<p>Qt can be used to develop closed source software if you obtain a commercial license.</p>
<p>If you want to develop Free or Open Source software for release using a recognized Open Source license, you can use the <xref href="opensourceedition.xml">Open Source Versions of Qt</xref>.</p>
<p>The table below summarizes the differences between the two commercial editions:</p>
<p>Please see the <xref href="supported-platforms.xml">list of supported platforms</xref> for up-to-date information about the various platforms and compilers that Qt supports.</p>
<p>On the Qt web site, you can find a <xref href="http://qt.nokia.com/products/licensing/">Qt Licensing Overview</xref> and information on <xref href="http://qt.nokia.com/products/pricing/">Qt License Pricing</xref> for commercial editions of Qt and other Qt-related products.</p>
<p>To purchase, please visit the <xref href="http://qt.nokia.com/about/contact-us">online order form</xref>.</p>
<p>For further information and assistance, please contact Qt sales.</p>
<p>Web: http://qt.nokia.com/contact.</p>
<p>Phone, U.S&#x2e; office (for North America): <b>1-650-813-1676</b>.</p>
<p>Phone, Norway office (for the rest of the world): <b>+47 21 60 48 00</b>.</p>
</section>
</body>
</topic>
Diffstat (limited to 'tools/qdoc3/ditaxmlgenerator.h')
-rw-r--r-- | tools/qdoc3/ditaxmlgenerator.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/qdoc3/ditaxmlgenerator.h b/tools/qdoc3/ditaxmlgenerator.h index 29ec546..427264c 100644 --- a/tools/qdoc3/ditaxmlgenerator.h +++ b/tools/qdoc3/ditaxmlgenerator.h @@ -245,10 +245,7 @@ class DitaXmlGenerator : public PageGenerator #ifdef GENERATE_MAC_REFS void generateMacRef(const Node* node, CodeMarker* marker); #endif - void beginLink(const QString& link, - const Node* node, - const Node* relative, - CodeMarker* marker); + void beginLink(const QString& link); void endLink(); QString writeGuidAttribute(QString text); void writeGuidAttribute(Node* node); |