forked from qt-creator/qt-creator
debugger: make entering commands in log input pane more convenient
Change-Id: Ic50053e5b8f8acfc06529c8006cb68e8d38bd69c Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user