diff options
author | Christian Kamm <christian.d.kamm@nokia.com> | 2011-09-28 10:35:21 +0200 |
---|---|---|
committer | Christian Kamm <christian.d.kamm@nokia.com> | 2011-09-28 10:44:07 +0200 |
commit | 110f1ce547cd461d9a5fc2afcf7ec7dc8a41912d (patch) | |
tree | 36a5c7b3fb592cd87ba816c3f56e968ab30d38dd /src/plugins/cpptools/cpptoolsplugin.h | |
parent | 65ca488c62db2a2321e7d4824be60b8bbbb2f7a0 (diff) | |
download | qt-creator-110f1ce547cd461d9a5fc2afcf7ec7dc8a41912d.tar.gz |
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 <leandro.melo@nokia.com>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsplugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
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<CppFileSettings> m_fileSettings; |