Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
0c20f6d9
Commit
0c20f6d9
authored
Dec 11, 2008
by
goro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Plural fix
parent
f26f458f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/plugins/quickopen/opendocumentsfilter.h
src/plugins/quickopen/opendocumentsfilter.h
+2
-2
No files found.
src/plugins/quickopen/opendocumentsfilter.h
View file @
0c20f6d9
...
...
@@ -54,8 +54,8 @@ class OpenDocumentsFilter : public QuickOpen::IQuickOpenFilter
public:
OpenDocumentsFilter
(
Core
::
EditorManager
*
editorManager
);
QString
trName
()
const
{
return
tr
(
"Open document"
);
}
QString
name
()
const
{
return
"Open document"
;
}
QString
trName
()
const
{
return
tr
(
"Open document
s
"
);
}
QString
name
()
const
{
return
"Open document
s
"
;
}
QuickOpen
::
IQuickOpenFilter
::
Priority
priority
()
const
{
return
QuickOpen
::
IQuickOpenFilter
::
Medium
;
}
QList
<
QuickOpen
::
FilterEntry
>
matchesFor
(
const
QString
&
entry
);
void
accept
(
QuickOpen
::
FilterEntry
selection
)
const
;
...
...
Write
Preview
Markdown
is supported
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