From 110f1ce547cd461d9a5fc2afcf7ec7dc8a41912d Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Wed, 28 Sep 2011 10:35:21 +0200 Subject: C++ switch header/source: Always prefer file in same directory. Change-Id: I4c029919dd0bd9103bfdb1604026745d07e5535a Reviewed-on: http://codereview.qt-project.org/5692 Reviewed-by: Leandro T. C. Melo --- src/plugins/cpptools/cpptoolsplugin.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/cpptools/cpptoolsplugin.h') diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index 232d878bdc..33854d2be7 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -78,7 +78,6 @@ private slots: private: QString correspondingHeaderOrSourceI(const QString &fileName) const; - QFileInfo findFile(const QDir &dir, const QString &name, const ProjectExplorer::Project *project) const; CppModelManager *m_modelManager; QSharedPointer m_fileSettings; -- cgit v1.2.1