summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/dialogs
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-01-19 23:23:43 +0100
committerhjk <qthjk@ovi.com>2012-01-25 19:23:11 +0100
commit21c0cdee40757ed7cc9f9e31e3d1e3a3238b6691 (patch)
tree897527a90463410894ec10f6236a5067cf1bb7f7 /src/plugins/coreplugin/dialogs
parent828139a7dbd6056ecd90fb98260bef5f5a106b89 (diff)
downloadqt-creator-21c0cdee40757ed7cc9f9e31e3d1e3a3238b6691.tar.gz
Core::Filemanager: make some methods static
This follows suit to the ICore changes. Change-Id: Iba2de1b1e3f2574fd1459892eae702e6af1cc7dc Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Diffstat (limited to 'src/plugins/coreplugin/dialogs')
-rw-r--r--src/plugins/coreplugin/dialogs/shortcutsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/dialogs/shortcutsettings.cpp b/src/plugins/coreplugin/dialogs/shortcutsettings.cpp
index 046d9a5f0f..ea492934bc 100644
--- a/src/plugins/coreplugin/dialogs/shortcutsettings.cpp
+++ b/src/plugins/coreplugin/dialogs/shortcutsettings.cpp
@@ -266,7 +266,7 @@ void ShortcutSettings::defaultAction()
void ShortcutSettings::exportAction()
{
- QString fileName = FileManager::instance()->getSaveFileNameWithExtension(
+ QString fileName = FileManager::getSaveFileNameWithExtension(
tr("Export Keyboard Mapping Scheme"),
ICore::resourcePath() + QLatin1String("/schemes/"),
tr("Keyboard Mapping Scheme (*.kms)"));