close down history completer interface

Change-Id: Iaeff40be410d1f0facd687632c9ce4897eb2e613
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
hjk
2012-08-23 14:26:24 +02:00
parent 903eeaf42f
commit 88f5949e38
7 changed files with 47 additions and 97 deletions

View File

@@ -43,6 +43,8 @@ class QLineEdit;
class QPlainTextEdit;
QT_END_NAMESPACE
namespace Utils { class FancyLineEdit; }
namespace Debugger {
namespace Internal {
@@ -84,7 +86,7 @@ private:
DebuggerPane *m_inputText; // scriptable input alone
QTimer m_outputTimer;
QString m_queuedOutput;
QLineEdit *m_commandEdit;
Utils::FancyLineEdit *m_commandEdit;
QLabel *m_commandLabel;
bool m_ignoreNextInputEcho;
};