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

@@ -42,7 +42,8 @@
#include <QPlainTextEdit>
namespace Utils {
class PathChooser;
class FancyLineEdit;
class PathChooser;
}
namespace ProjectExplorer {
@@ -144,7 +145,7 @@ private:
QPlainTextEdit *m_output;
QPushButton *m_runCMake;
Utils::QtcProcess *m_cmakeProcess;
QLineEdit *m_argumentsLineEdit;
Utils::FancyLineEdit *m_argumentsLineEdit;
Utils::PathChooser *m_cmakeExecutable;
QComboBox *m_generatorComboBox;
QLabel *m_descriptionLabel;