Locator: small clean up

Change-Id: I748ed068af3f698e256505c547e16480a26b57b9
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Nikita Baryshnikov
2015-02-17 13:58:09 +03:00
parent 450d4fd225
commit d3de8bb386
3 changed files with 0 additions and 8 deletions

View File

@@ -36,7 +36,6 @@
#include <QDir>
using namespace Core;
using namespace Core;
using namespace Core::Internal;

View File

@@ -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);

View File

@@ -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);