summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-11 13:32:20 +0900
committerMichele Calgaro <[email protected]>2023-07-11 13:41:33 +0900
commit979f5621d7cb2015eef214b0258dac1d6cd4c742 (patch)
treedab9e0ac7429c6814598a2c92cc683638c34730b /doc/html/propertydocs
parent83991febd2b98788a0a018e187de0dfb7d95b500 (diff)
downloadtqt3-979f5621d7cb2015eef214b0258dac1d6cd4c742.tar.gz
tqt3-979f5621d7cb2015eef214b0258dac1d6cd4c742.zip
Drop compatibility code for TQLineEdit
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index ea60364bd..8f33f3e3f 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -2113,15 +2113,6 @@ frame.
</doc>
</property>
<property>
- <name>QLineEdit::hasMarkedText</name>
- <doc href="ntqlineedit.html#hasMarkedText-prop">
-&lt;b&gt;This function is obsolete.&lt;/b&gt; It is provided to keep old source working. We strongly advise against using it in new code.
-&lt;p&gt; &lt;p&gt;This property holds whether part of the text has been selected by the user. Use hasSelectedText instead.
-&lt;p&gt;
-&lt;p&gt;Get this property's value with &lt;a href="ntqlineedit.html#hasMarkedText"&gt;hasMarkedText&lt;/a&gt;().
-</doc>
-</property>
-<property>
<name>QLineEdit::hasSelectedText</name>
<doc href="ntqlineedit.html#hasSelectedText-prop">
&lt;p&gt;This property holds whether there is any text selected.
@@ -2184,15 +2175,6 @@ with &lt;a href="ntqlineedit.html#setValidator"&gt;validators&lt;/a&gt;.
</doc>
</property>
<property>
- <name>QLineEdit::markedText</name>
- <doc href="ntqlineedit.html#markedText-prop">
-&lt;b&gt;This function is obsolete.&lt;/b&gt; It is provided to keep old source working. We strongly advise against using it in new code.
-&lt;p&gt; &lt;p&gt;This property holds the text selected by the user. Use selectedText instead.
-&lt;p&gt;
-&lt;p&gt;Get this property's value with &lt;a href="ntqlineedit.html#markedText"&gt;markedText&lt;/a&gt;().
-</doc>
-</property>
-<property>
<name>QLineEdit::maxLength</name>
<doc href="ntqlineedit.html#maxLength-prop">
&lt;p&gt;This property holds the maximum permitted length of the text.