debugger: make entering commands in log input pane more convenient

Change-Id: Ic50053e5b8f8acfc06529c8006cb68e8d38bd69c
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-12-13 12:28:38 +01:00
committed by hjk
parent 49426923a4
commit aeebb26ef1
2 changed files with 22 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ public:
public slots:
void clearContents();
void sendCommand();
void executeLine();
void showOutput(int channel, const QString &output);
void showInput(int channel, const QString &input);
@@ -76,6 +77,7 @@ private:
QPlainTextEdit *m_inputText; // scriptable input alone
QLineEdit *m_commandEdit;
QLabel *m_commandLabel;
bool m_ignoreNextInputEcho;
};