Skip to content
Snippets Groups Projects
Commit cb53eacc authored by Alessandro Portale's avatar Alessandro Portale
Browse files

Editor: Use native separators in the search/directory input


This is called for example with the "Find in This Directory..."
action in the project tree.

Change-Id: If4c523e9f416b241b4ac7057d2dd11821af2c990
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent b305af0a
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ void FindInFiles::readSettings(QSettings *settings)
void FindInFiles::setDirectory(const QString &directory)
{
syncComboWithSettings(m_directory, directory);
syncComboWithSettings(m_directory, QDir::toNativeSeparators(directory));
}
void FindInFiles::findOnFileSystem(const QString &path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment