Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
73a0d143
Commit
73a0d143
authored
Jul 21, 2009
by
mae
Browse files
rename the QuickOpen action to Locate
parent
5b49dc9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/quickopen/QuickOpen.pluginspec
View file @
73a0d143
...
...
@@ -16,7 +16,7 @@ General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
<description>Provides the
QuickOpen
widget and the hooks for QuickOpen filter implementations.</description>
<description>Provides the
Locator
widget and the hooks for QuickOpen filter implementations.</description>
<url>http://www.qtsoftware.com</url>
<dependencyList>
<dependency name="Core" version="1.2.80"/>
...
...
src/plugins/quickopen/quickopenplugin.cpp
View file @
73a0d143
...
...
@@ -103,7 +103,7 @@ bool QuickOpenPlugin::initialize(const QStringList &, QString *)
view
->
setDefaultPosition
(
Core
::
IView
::
First
);
addAutoReleasedObject
(
view
);
const
QString
actionId
=
QLatin1String
(
"QtCreator.
QuickOpen
"
);
const
QString
actionId
=
QLatin1String
(
"QtCreator.
Locate
"
);
QAction
*
action
=
new
QAction
(
m_quickOpenToolWindow
->
windowIcon
(),
m_quickOpenToolWindow
->
windowTitle
(),
this
);
Core
::
Command
*
cmd
=
core
->
actionManager
()
->
registerAction
(
action
,
actionId
,
QList
<
int
>
()
<<
Core
::
Constants
::
C_GLOBAL_ID
);
cmd
->
setDefaultKeySequence
(
QKeySequence
(
"Ctrl+K"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment