forked from qt-creator/qt-creator
Utils: Merge FilterLineEdit into FancyLineEdit
Change-Id: Ic53836dade3985c36b0f6767e43b5af0ddb80d72 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#ifndef GERRIT_INTERNAL_GERRITDIALOG_H
|
||||
#define GERRIT_INTERNAL_GERRITDIALOG_H
|
||||
|
||||
#include <utils/filterlineedit.h>
|
||||
#include <utils/fancylineedit.h>
|
||||
#include <utils/pathchooser.h>
|
||||
|
||||
#include <QDialog>
|
||||
@@ -54,7 +54,7 @@ class GerritParameters;
|
||||
class GerritModel;
|
||||
class GerritChange;
|
||||
|
||||
class QueryValidatingLineEdit : public Utils::FilterLineEdit
|
||||
class QueryValidatingLineEdit : public Utils::FancyLineEdit
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -117,7 +117,7 @@ private:
|
||||
QTreeView *m_treeView;
|
||||
QTextBrowser *m_detailsBrowser;
|
||||
QueryValidatingLineEdit *m_queryLineEdit;
|
||||
Utils::FilterLineEdit *m_filterLineEdit;
|
||||
Utils::FancyLineEdit *m_filterLineEdit;
|
||||
Utils::PathChooser *m_repositoryChooser;
|
||||
QDialogButtonBox *m_buttonBox;
|
||||
QPushButton *m_displayButton;
|
||||
|
||||
Reference in New Issue
Block a user