diff options
author | hjk <qthjk@ovi.com> | 2012-08-23 13:55:11 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2012-08-24 13:37:44 +0200 |
commit | ec6929434d5f5bb97f4a113c724cce5df926058c (patch) | |
tree | 3fae82787aabbcc2b07bd5aaa1b1e81f9e05846e /src/libs/utils/pathchooser.h | |
parent | 5ff302d87de66d533eb0e7bd0e3d47da970dab51 (diff) | |
download | qt-creator-ec6929434d5f5bb97f4a113c724cce5df926058c.tar.gz |
utils: base PathChooser on FancyLineEdit
Change-Id: Ibf5e7ca866dca0816efda9f75af2cd17ac61c7c7
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/libs/utils/pathchooser.h')
-rw-r--r-- | src/libs/utils/pathchooser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/utils/pathchooser.h b/src/libs/utils/pathchooser.h index 3e8cff89c5..6c3f1ec369 100644 --- a/src/libs/utils/pathchooser.h +++ b/src/libs/utils/pathchooser.h @@ -34,6 +34,7 @@ #include "utils_global.h" #include "fileutils.h" +#include "fancylineedit.h" #include <QWidget> @@ -115,7 +116,7 @@ public: void insertButton(int index, const QString &text, QObject *receiver, const char *slotFunc); QAbstractButton *buttonAtIndex(int index) const; - QLineEdit *lineEdit() const; + FancyLineEdit *lineEdit() const; // For PathChoosers of 'Command' type, this property specifies the arguments // required to obtain the tool version (commonly, '--version'). Setting them |