QTfrontend/ui/widget/HistoryLineEdit.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  HistoryLineEdit.cpp
       
    22  * @brief HistoryLineEdit class implementation
       
    23  */
       
    24 
    20 #include <QStringList>
    25 #include <QStringList>
    21 
    26 
    22 #include "SmartLineEdit.h"
    27 #include "HistoryLineEdit.h"
    23 
    28 
    24 HistoryLineEdit::HistoryLineEdit(QWidget * parent, int maxHistorySize)
    29 HistoryLineEdit::HistoryLineEdit(QWidget * parent, int maxHistorySize)
    25 : QLineEdit(parent)
    30 : QLineEdit(parent)
    26 {
    31 {
    27     m_curHistEntryIdx = 0;
    32     m_curHistEntryIdx = 0;