QTfrontend/ui/widget/SmartLineEdit.cpp
changeset 6168 6f301dac12ff
parent 6151 9fd5b70acb1a
child 6170 2b1748161278
equal deleted inserted replaced
6167:728cabee2c9f 6168:6f301dac12ff
    15  * You should have received a copy of the GNU General Public License
    15  * You should have received a copy of the GNU General Public License
    16  * along with this program; if not, write to the Free Software
    16  * along with this program; if not, write to the Free Software
    17  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    18  */
    18  */
    19 
    19 
       
    20 /**
       
    21  * @file  SmartLineEdit.cpp
       
    22  * @brief SmartLineEdit class implementation
       
    23  */
       
    24 
    20 #include "SmartLineEdit.h"
    25 #include "SmartLineEdit.h"
    21 
    26 
    22 SmartLineEdit::SmartLineEdit(QWidget * parent, int maxHistorySize)
    27 SmartLineEdit::SmartLineEdit(QWidget * parent, int maxHistorySize)
    23 : HistoryLineEdit(parent, maxHistorySize)
    28 : HistoryLineEdit(parent, maxHistorySize)
    24 {
    29 {