mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
remove redundant QLineEdit and QLineEditPrivate destructors
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
16fc3caacf
commit
fd157b4a31
3 changed files with 0 additions and 15 deletions
|
@ -249,16 +249,6 @@ QLineEdit::QLineEdit(const QString& contents, QWidget* parent)
|
|||
}
|
||||
|
||||
|
||||
|
||||
/*!
|
||||
Destroys the line edit.
|
||||
*/
|
||||
|
||||
QLineEdit::~QLineEdit()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
/*!
|
||||
\property QLineEdit::text
|
||||
\brief the line edit's text
|
||||
|
|
|
@ -67,7 +67,6 @@ class Q_GUI_EXPORT QLineEdit : public QWidget
|
|||
public:
|
||||
explicit QLineEdit(QWidget* parent = nullptr);
|
||||
explicit QLineEdit(const QString &, QWidget* parent = nullptr);
|
||||
~QLineEdit();
|
||||
|
||||
QString text() const;
|
||||
|
||||
|
|
|
@ -61,10 +61,6 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
~QLineEditPrivate()
|
||||
{
|
||||
}
|
||||
|
||||
QLineControl *control;
|
||||
|
||||
#ifndef QT_NO_CONTEXTMENU
|
||||
|
|
Loading…
Add table
Reference in a new issue