diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-11-04 16:38:57 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-11-04 16:38:57 +0100 |
commit | 727ef5ef1c2b28593bc07bdd353bdb17197aacae (patch) | |
tree | 9e78043d3b8a6533bcf99102208adee1a30136e7 /doc/html/commandlist_8cpp-source.html | |
parent | a2ed8321f92fb758686153707bfe295f4e932e64 (diff) | |
download | kshowmail-727ef5ef1c2b28593bc07bdd353bdb17197aacae.tar.gz kshowmail-727ef5ef1c2b28593bc07bdd353bdb17197aacae.zip |
Removed obsolete TQCollection and replace with TQPtrCollection.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'doc/html/commandlist_8cpp-source.html')
-rw-r--r-- | doc/html/commandlist_8cpp-source.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/commandlist_8cpp-source.html b/doc/html/commandlist_8cpp-source.html index 6c71e79..6b4d422 100644 --- a/doc/html/commandlist_8cpp-source.html +++ b/doc/html/commandlist_8cpp-source.html @@ -95,7 +95,7 @@ <a name="l00078"></a>00078 <span class="keywordflow">return</span> <span class="keyword">false</span>; <a name="l00079"></a>00079 } <a name="l00080"></a>00080 -<a name="l00081"></a><a class="code" href="classCommandList.html#75139c46235d0453af653bfaf9018a11">00081</a> <span class="keywordtype">int</span> <a class="code" href="classCommandList.html#75139c46235d0453af653bfaf9018a11">CommandList::compareItems</a> (TQCollection::Item item1, TQCollection::Item item2 ) +<a name="l00081"></a><a class="code" href="classCommandList.html#75139c46235d0453af653bfaf9018a11">00081</a> <span class="keywordtype">int</span> <a class="code" href="classCommandList.html#75139c46235d0453af653bfaf9018a11">CommandList::compareItems</a> (TQPtrCollection::Item item1, TQPtrCollection::Item item2 ) <a name="l00082"></a>00082 { <a name="l00083"></a>00083 <a class="code" href="classCommandEntry.html">CommandEntry</a>* entry1 = (<a class="code" href="classCommandEntry.html">CommandEntry</a>*) item1; <a name="l00084"></a>00084 <a class="code" href="classCommandEntry.html">CommandEntry</a>* entry2 = (<a class="code" href="classCommandEntry.html">CommandEntry</a>*) item2; @@ -106,7 +106,7 @@ <a name="l00089"></a>00089 <span class="keywordflow">else</span> <span class="keywordflow">return</span> -1; <a name="l00090"></a>00090 } <a name="l00091"></a>00091 -<a name="l00092"></a><a class="code" href="classCommandList.html#5037135701a78aadeebc9520df6abf2b">00092</a> TQCollection::Item <a class="code" href="classCommandList.html#5037135701a78aadeebc9520df6abf2b">CommandList::newItem</a> (TQCollection::Item d) +<a name="l00092"></a><a class="code" href="classCommandList.html#5037135701a78aadeebc9520df6abf2b">00092</a> TQPtrCollection::Item <a class="code" href="classCommandList.html#5037135701a78aadeebc9520df6abf2b">CommandList::newItem</a> (TQPtrCollection::Item d) <a name="l00093"></a>00093 { <a name="l00094"></a>00094 <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="classCommandEntry.html">CommandEntry</a> ((<a class="code" href="classCommandEntry.html">CommandEntry</a>*)d); <a name="l00095"></a>00095 } |