Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
f1efc0d7
Commit
f1efc0d7
authored
Oct 26, 2010
by
Hugo Beauzée-Luyssen
Browse files
ProjectManager: Fixing a lupdate warning
parent
b992dab9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Project/ProjectManager.cpp
View file @
f1efc0d7
...
...
@@ -39,8 +39,8 @@
#include
<errno.h>
#include
<signal.h>
const
QString
ProjectManager
::
unNamedProject
=
tr
(
"Untitled Project"
);
const
QString
ProjectManager
::
unSavedProject
=
tr
(
"Unsaved Project"
);
const
QString
ProjectManager
::
unNamedProject
=
ProjectManager
::
tr
(
"Untitled Project"
);
const
QString
ProjectManager
::
unSavedProject
=
ProjectManager
::
tr
(
"Unsaved Project"
);
const
QString
ProjectManager
::
backupSuffix
=
"~"
;
ProjectManager
::
ProjectManager
()
:
m_projectFile
(
NULL
),
m_needSave
(
false
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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