Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenFlipper
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenFlipper-Free
OpenFlipper
Commits
23e93609
Commit
23e93609
authored
3 years ago
by
Jan
Browse files
Options
Downloads
Patches
Plain Diff
Reenabled translations
parent
7e90d26e
No related branches found
No related tags found
1 merge request
!232
Cmake jan (Translations and reduced includes
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
OpenFlipper.cc
+3
-1
3 additions, 1 deletion
OpenFlipper.cc
cmake-library
+1
-1
1 addition, 1 deletion
cmake-library
libs_required/OpenMesh
+1
-1
1 addition, 1 deletion
libs_required/OpenMesh
with
5 additions
and
3 deletions
OpenFlipper.cc
+
3
−
1
View file @
23e93609
...
...
@@ -331,7 +331,9 @@ int main(int argc, char **argv)
#if QT_VERSION_MAJOR < 6
qtTranslator
.
load
(
"qt_"
+
tLang
,
QLibraryInfo
::
location
(
QLibraryInfo
::
TranslationsPath
));
#else
qtTranslator
.
load
(
"qt_"
+
tLang
,
QLibraryInfo
::
path
(
QLibraryInfo
::
TranslationsPath
));
if
(
!
qtTranslator
.
load
(
"qt_"
+
tLang
,
QLibraryInfo
::
path
(
QLibraryInfo
::
TranslationsPath
))
)
{
std
::
cerr
<<
"Failed to load translation files!"
<<
std
::
endl
;
}
#endif
app
.
installTranslator
(
&
qtTranslator
);
...
...
This diff is collapsed.
Click to expand it.
cmake-library
@
2f76d639
Compare
4fb3a241
...
2f76d639
Subproject commit
4fb3a2414f350f4f4a278dc8e9d01a1bb0b2f70d
Subproject commit
2f76d6392feed1abe0d21627ac715a2ec7b96a41
This diff is collapsed.
Click to expand it.
OpenMesh
@
825fb041
Compare
7ff3a839
...
825fb041
Subproject commit
7ff3a839f361bb533348148a6c63260a2c05c139
Subproject commit
825fb041e729baad352d64c368e3c399d84c6c7c
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment