From bea1c5991154562f374088149aec0d99c2fc759b Mon Sep 17 00:00:00 2001 From: Kevin Krammer Date: Wed, 9 Jan 2013 11:51:47 +0100 Subject: [PATCH] DeclarativeLineEdit not needed anymore --- lib/declarativelineedit.cpp | 29 ----------------------------- lib/declarativelineedit_p.h | 36 ------------------------------------ lib/lib.pro | 2 -- 3 files changed, 0 insertions(+), 67 deletions(-) delete mode 100644 lib/declarativelineedit.cpp delete mode 100644 lib/declarativelineedit_p.h diff --git a/lib/declarativelineedit.cpp b/lib/declarativelineedit.cpp deleted file mode 100644 index cd0b2d9..0000000 --- a/lib/declarativelineedit.cpp +++ /dev/null @@ -1,29 +0,0 @@ -/* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -*/ - -#include "declarativelineedit_p.h" - -DeclarativeLineEdit::DeclarativeLineEdit(QObject *parent) - : DeclarativeWidgetProxy(parent) -{ - connectAllSignals(m_proxiedObject, this); -} - -CUSTOM_METAOBJECT(DeclarativeLineEdit, QLineEdit) diff --git a/lib/declarativelineedit_p.h b/lib/declarativelineedit_p.h deleted file mode 100644 index 3c0530d..0000000 --- a/lib/declarativelineedit_p.h +++ /dev/null @@ -1,36 +0,0 @@ -/* - Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Kevin Krammer, krake@kdab.com - Author: Tobias Koenig, tokoe@kdab.com - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -*/ - -#ifndef DECLARATIVELINEEDIT_P_H -#define DECLARATIVELINEEDIT_P_H - -#include "declarativewidgetproxy_p.h" - -#include - -class DeclarativeLineEdit : public DeclarativeWidgetProxy -{ - DECLARATIVE_OBJECT - - public: - explicit DeclarativeLineEdit(QObject *parent = 0); -}; - -#endif diff --git a/lib/lib.pro b/lib/lib.pro index dfd6fa7..9118955 100644 --- a/lib/lib.pro +++ b/lib/lib.pro @@ -33,7 +33,6 @@ HEADERS = \ declarativelayoutextension.h \ declarativelayoutproxy_p.h \ declarativelcdnumber_p.h \ - declarativelineedit_p.h \ declarativelistview_p.h \ declarativemainwindow_p.h \ declarativemenubar_p.h \ @@ -97,7 +96,6 @@ SOURCES = \ declarativeinputdialog.cpp \ declarativelayoutextension.cpp \ declarativelcdnumber.cpp \ - declarativelineedit.cpp \ declarativelistview.cpp \ declarativemainwindow.cpp \ declarativemenubar.cpp \ -- 1.7.2.5