QTfrontend/ui/widget/HistoryLineEdit.h
changeset 6187 59ff93c0ae2d
parent 6170 2b1748161278
child 6200 6a4ace88d85a
--- a/QTfrontend/ui/widget/HistoryLineEdit.h	Sat Oct 22 19:37:39 2011 +0200
+++ b/QTfrontend/ui/widget/HistoryLineEdit.h	Sat Oct 22 20:41:23 2011 +0200
@@ -25,8 +25,10 @@
 #ifndef HEDGEWARS_HISTORYLINEEDIT
 #define HEDGEWARS_HISTORYLINEEDIT
 
+#include <QStringList>
+#include <QString>
+
 #include <QLineEdit>
-#include <QString>
 
 #include <QKeyEvent>
 
@@ -56,6 +58,11 @@
     HistoryLineEdit(QWidget * parent = 0, int maxHistorySize = 64);
 
     /**
+    * @brief Class destructor.
+    */
+    ~HistoryLineEdit();
+
+    /**
      * @brief Appends current text to history (if not only whitespaces);
      */
     void rememberCurrentText();