forked from qt-creator/qt-creator
Locator: small clean up
Change-Id: I748ed068af3f698e256505c547e16480a26b57b9 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
|
||||
#include <QDir>
|
||||
|
||||
using namespace Core;
|
||||
using namespace Core;
|
||||
using namespace Core::Internal;
|
||||
|
||||
|
@@ -623,11 +623,6 @@ void LocatorWidget::filterSelected()
|
||||
m_fileLineEdit->setFocus();
|
||||
}
|
||||
|
||||
void LocatorWidget::showEvent(QShowEvent *event)
|
||||
{
|
||||
QWidget::showEvent(event);
|
||||
}
|
||||
|
||||
void LocatorWidget::showConfigureDialog()
|
||||
{
|
||||
ICore::showOptionsDialog(Constants::SETTINGS_CATEGORY_CORE, Constants::FILTER_OPTIONS_PAGE);
|
||||
|
@@ -79,8 +79,6 @@ private slots:
|
||||
private:
|
||||
bool eventFilter(QObject *obj, QEvent *event);
|
||||
|
||||
void showEvent(QShowEvent *e);
|
||||
|
||||
void showCompletionList();
|
||||
void updateCompletionList(const QString &text);
|
||||
QList<ILocatorFilter*> filtersFor(const QString &text, QString &searchText);
|
||||
|
Reference in New Issue
Block a user