equal
deleted
inserted
replaced
35 #include <QMutex> |
35 #include <QMutex> |
36 |
36 |
37 class QLineEdit; |
37 class QLineEdit; |
38 |
38 |
39 /** |
39 /** |
40 * @brief A <code>QLineEdit</code> that features a history of previous contents, |
40 * @brief <code>QLineEdit</code> that features a history of previous contents, |
41 * re-selectable using the arrow keys. |
41 * re-selectable using the arrow keys. |
42 * |
42 * |
43 * Note: Public methods for accessing history are <b>thread-safe</b>. |
43 * Note: Public methods for accessing history are <b>thread-safe</b>. |
44 * |
44 * |
45 * @author sheepluva |
45 * @author sheepluva |