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
88e2f351
Commit
88e2f351
authored
Dec 11, 2008
by
mae
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
parents
0df94d51
d72b4994
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/plugins/coreplugin/versiondialog.cpp
src/plugins/coreplugin/versiondialog.cpp
+1
-1
src/plugins/quickopen/opendocumentsfilter.h
src/plugins/quickopen/opendocumentsfilter.h
+2
-2
No files found.
src/plugins/coreplugin/versiondialog.cpp
View file @
88e2f351
...
...
@@ -72,7 +72,7 @@ VersionDialog::VersionDialog(QWidget *parent)
"<br/>"
"Built on "
__DATE__
" at "
__TIME__
"<br />"
#ifdef IDE_REVISION
"
Using
revision %5<br/>"
"
From
revision %5<br/>"
#endif
"<br/>"
"<br/>"
...
...
src/plugins/quickopen/opendocumentsfilter.h
View file @
88e2f351
...
...
@@ -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