equal
deleted
inserted
replaced
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 { |